收到错误 IMP-00010:导入通过电子邮件发送的 DMP 时不是有效的导出文件

getting error IMP-00010: not a valid export file while importing DMP sent by email

我的工作分配是导入 DMP oracle 数据库并对其进行分析。 当我尝试分析它时出现的问题我得到了错误:

Export: Release 11.2.0.1.0
IMP-00010: not a valid export file, header failed verification
IMP-00000: Import terminated unsuccessfully

文件以压缩的 .RAR 文件形式通过电子邮件发送 使用以下日志:

Export: Release **11.2.0.3.0** - Production on Tue Jan 10 15:15:08 2017
Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
;;; 
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production

如何解决?如果我尝试 oracle server 12c,我会遇到同样的问题吗?

Corruption from compression or FTP - If the export file was manipulated it may have become corrupted. The most common cause with FTP is using an ASCII transfer and failing to use the binary flag:

查看此 link 了解更多信息