database imp: IMP-00009 and IMP-00033
I am working on a case in Database 12.2 about exp imp.
When importing a table . it shows the following error
IMP-00009: abnormal end of export file
IMP-00033: Warning: Table "XXXXXXXXXXX" not found in export file
The table is 0 rows and in the export logs, the table can be exported successfully
I look into serveral post , and some doc says it's related to defer segment creation problem. However the database is set to deferred_segment_creation=FALSE, and checked the table has segment.
Following is the command.
exp \"/ as sysdba\" file=testing.dmp log=tesing_exp.log tables=myuser.testing statistics=none direct=y