SQL> SQL> select utl_raw.xrange( '01', '11' ) from dual; UTL_RAW.XRANGE('01','11') ---------------------------------------------------------------------------------------------------- 0102030405060708090A0B0C0D0E0F1011 1 row selected. SQL> --