7 x 24 在线支持!
解决 IMP-00009: 导出文件异常结束
如果自己搞不定可以找诗檀软件专业ORACLE数据库修复团队成员帮您恢复!
诗檀软件专业数据库修复团队
服务热线 : 13764045638 QQ号:47079569 邮箱:service@parnassusdata.com
IMP-00009: 导出文件异常结束
exp TC/TC direct=true imp TC/TC show=y full=y ^ Import fails as the export file is corrupt: IMP-9: abnormal end of export file 00009, 00000, "abnormal end of export file" // *Cause: The export file is probably from an aborted Export session. // *Action: If so, retry the export and import. Otherwise, report this as an // Import bug and submit the export file that caused this error to // customer support.
该IMP-00009 abnormal end of export file,该报错是当imp导入数据时发现exp/dmp文件中有部分信息为空或无法识别后报出该错误。 常见于:
- imp时使用了不恰当的 buffer / commit 等参数
- 使用了不正确的exp-imp工具组合
- exp/dmp文件本身确实是损坏了
对于上述描述中的1、2可能,一般只需要调整使用的exp/imp版本或调整参数即可绕过该问题,大不了就是重新导出一下。
而对于 如果是exp/dmp文件本身确实是损坏了,则只能重新导出数据。如果无法重新导出数据,又继续该exp/dmp文件中的数据,则需要考虑使用DUL类工具将损坏的exp/dmp文件中的数据抽取出来。