【问题标题】:how to import oracle dump file to oracle db?如何将oracle转储文件导入oracle db?
【发布时间】:2011-07-16 05:59:06
【问题描述】:

我有客户oracle转储文件,我使用以下命令将该文件导入oracle db:

imp  user1/tartan@app92g fromuser=SYS touser=user1_1 file=PRD_10_06_11.dmp log=app_log1.log

但是会出现以下错误:

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
IMP-00010: not a valid export file, header failed verification
IMP-00000: Import terminated unsuccessfully

所以我认为它不是由 oracle 常见的 imp/exp 进程导出的,它应该由泵导出,有人知道我可以使用什么命令吗?

【问题讨论】:

    标签: oracle oracle10g oracle11g


    【解决方案1】:

    尝试使用impdp

    最好的办法是询问您的客户他是如何制作这个转储的。

    【讨论】:

      猜你喜欢
      • 2014-03-19
      • 1970-01-01
      • 1970-01-01
      • 2015-02-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-01-15
      相关资源
      最近更新 更多