what is the best way to convert LONG RAW to LOB in Oracle 10g
This table contain a LONG RAW field. I am planing to convert it to LOB. However it looks like DBMS_REDEFINITION doesn't work for it. What I need to do is export/import.
Since this table is quite big, and we do not have much time for the outage, is there any way anyone can suggest we approach?
Thanks,