SQL> SQL> SQL> select utl_raw.overlay( 'aabb', '010203', 5 ) from dual; UTL_RAW.OVERLAY('AABB','010203',5) ---------------------------------------------------------------------------------------------------- 01020300AABB 1 row selected. SQL> --