【发布时间】:2014-07-07 22:55:43
【问题描述】:
我正在尝试使用已发布的 Oracle Data Pump perl 脚本导入一些文件:dumpinfo.pl
从同一个导出过程成功导入多个转储文件后,另一个文件失败:
# impdp system/****** DIRECTORY=RESTORE_DIR DUMPFILE=exp_%u.dmp PARALLEL=8
Import: Release 11.2.0.2.0 - Production on Mon Jul 7 11:40:37 2014
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: invalid operation
ORA-39059: dump file set is incomplete
ORA-39246: cannot locate master table within provided dump files
脚本报告它找不到主表。假设主表丢失,有什么机制可以恢复它?
谢谢...
【问题讨论】:
-
您能否提供有关无效转储文件的更多详细信息?
-
您好 Barett,感谢您的更正。问题是主表没有保存在转储文件中,并且也被删除了数据库。因此,无法使用 Oracle 的实用程序恢复数据。
标签: oracle oracle11g oracle11gr2 recover datapump