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