System Packages Oracle PLSQL

SQL>
SQL> select utl_raw.concat( '9', '0102', 'ff', '0a2b' ) from dual;
UTL_RAW.CONCAT('9','0102','FF','0A2B')
----------------------------------------------------------------------------------------------------
090102FF0A2B
1 row selected.
SQL>
SQL> --