Object was not found or could not be exported/imported
指定的 schema、表或对象无法在导出中找到,或者转储文件中的对象引用在导入期间与目标数据库中的任何对象不匹配。
SELECT owner, object_name, object_type FROM dba_objects WHERE object_name LIKE '%TABLE_NAME%';-- List dump file contents: impdp system/pwd DUMPFILE=file.dmp DIRECTORY=dir SQLFILE=ddl.sql