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