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