ORA-00922 during schema export [message #683427] |
Wed, 13 January 2021 03:33 |
|
LiorI
Messages: 9 Registered: December 2019
|
Junior Member |
|
|
Hello,
Export: Release 11.2.0.3.0 - Production
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
Error message in export log:
ORA-31693: Table data object "HEV001"."YOMANLN" failed to load/unload and is being skipped due to error:
ORA-00922: missing or invalid option
Export command that was run on the server computer:
EXPDP.EXE HEV001/MyPassword@INTORCL DIRECTORY=exp_dir1 DUMPFILE=HEV001.dmp LOGFILE=HEV001.log EXCLUDE=GRANT FULL=N REUSE_DUMPFILES=Y FLASHBACK_TIME=SYSTIMESTAMP COMPRESSION=ALL
I copied the table content to a new table with the same structure. Renamed the old table to another name and the new table to the original name.
Now the old table is exported without errors and the new table gets the same error. It looks like that error is tied to the table by its name.
If I export without the FLASHBACK_TIME=SYSTIMESTAMP there is no error, but I don't know if the table export is valid.
"SELECT COUNT(*)" and "SELECT *" queries don't raise an error. "Analyze table validate structure cascade" on that table is ok.
Is the table corrupted? Can I fix the problem or ignore it?
Thanks in advance
|
|
|
|
|
|