EXP-00011: %s.%s does not exist You specified the TABLES option as a parameter to the Oracle export tool, but you either do not have the necessary privileges to access the table, or the table does not exist.
eg:
C:\>exp userid=system file=exp.dmp tables=unknow_table
Export: Release 10.2.0.1.0
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Password:
Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
About to export specified tables via Conventional Path ... EXP-00011: SYSTEM.UNKNOW_TABLE does not exist Export terminated successfully with warnings.
Add your message for EXP-00011
|