I have a table with a LONG RAW column Y. I have created a copy of that table called X, when I try and copy records from X to Y via "insert into Y select * from X where ..." I get the following SQL error..."ORA-00997: illegal use of LONG datatype".
Can anyone tell me how I can copy records with a LONG RAW column to a duplicate table???
Thanks
Yakumo.
Can anyone tell me how I can copy records with a LONG RAW column to a duplicate table???
Thanks
Yakumo.