convert BLOB to Long raw using PL/SQL
I need to copy the column with type 'BLOB' to the column with type 'LONG RAW'.
Someone said that can use the DBMS_LOB and UTL_RAW to handle the conversion.
However I can find out the solution.
Does anyone have the sample code on it? Thanks!
Regards,
Carmen