QUESTION POSED ON: 28 August 2006
I think that I have a data problem. Exporting a table with a BLOB column, I get an ORA-01555 error even though I can export a like-sized table, 1.6 million rows, that has a long raw column containing similar data, .pdf files. When I try to import the partial export, I get:
. . . importing table "FS_DOCUMENTS"
IMP-00064: Definition of LOB was truncated by export
IMP-00018: partial import of previous table completed:
129565 rows imported Import terminated successfully with warnings.
How can I figure out which docid (PK) this is choking on?
|