Yes, as I said - this export command is just for example. I'm using 'par' file for export with "owner=(A,B)" - I got the same error on that large export. All tables are fine, actually DB is still working for application. Running full schema export - none of tables were exported. Message in log=my_export.log is identical to one in my table export example. Here is another log when I did "rows=no"
more oraexp_norows.log
Connected to: Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
JServer Release 8.1.7.4.0 - Production
Export done in US7ASCII character set and US7ASCII NCHAR character set
EXP-00056: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00000: Export terminated unsuccessfully
Main Topics
Browse All Topics





by: mrjoltcolaPosted on 2009-09-24 at 08:33:56ID: 25414452
Verify that abc_table exists under the "user" schema.
Try a simple full schema export instead of a table export and see which tables are exported.
exp user/password file=test.dmp