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