Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。C:\Users\Administrator>sqlplus /nologSQL*Plus: Release 11.2.0.1.0 Production on 星期五 4月 20 09:55:08 2012Copyright (c) 1982, 2010, Oracle.  All rights reserved.SQL> $imp system/Oracle123 file='D:\app\Administrator\oradata\orcl\EXPDAT120309.
DMP';Import: Release 11.2.0.1.0 - Production on 星期五 4月 20 09:55:53 2012Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing optionsIMP-00010: 不是有效的导出文件, 标头验证失败
IMP-00000: 未成功终止导入SQL>求助

解决方案 »

  1.   

    汗 我也遇到了 肿么办啊 ?Exp 的信息 如下:
    连接到: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsIMP 的信息 如下:Import: Release 11.2.0.1.0 - Production on 星期日 10月 14 21:43:40 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsIMP-00010: 不是有效的导出文件, 标头验证失败
    IMP-00000: 未成功终止导入
      

  2.   

    如果是导入EXPDAT.DMP可以将EXPDAT.DMP放在如:C:\app\Administrator\admin\orcl\dpdump(使用impdp导入文件时的默认目录),这个目录下。然后在终端里面运行impdp命令,输入数据库的用户名和密码即可实现导入。