How extract LONG RAW data and move to another database?
Hello,
The database version is 12c.
There is a table with column data type is LONG RAW. And I have a plan to develop a script for converting to BLOB. But I want to move some sample of data from this table to other database for testing. The DBA support to extract some records to insert script, then I can use the insert script to insert to local database for testing. But I have faced the error:
ORA-01704: string literal too long.
I see the content of LONG RAW columns is so long.
Do we have some solution to move some sample data to other database?