impdp bankuser/bankpwd@ORCL directory=impdp_dir dumpfile=bankuserLinux.dmp logfile=bankuserLinuxImpdp.log
Import: Release 10.1.0.2.0 - Production on 星期一, 19 3月, 2012 10:53
Copyright (c) 2003, Oracle.  All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31619: invalid dump file "E:\LearnOracle\bankuserLinux.dmp"

解决方案 »

  1.   

    用什么工具导出的?exP or EXPDP?导出,导入的工具的版本号如何的?
      

  2.   

    是从Linux 系统的Oracle数据库用expdp工具导出的,这是数据库的版本:
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
      

  3.   

    expdp 导出Release 10.2.0.1.0 
    impdp 导入Release 10.1.0.2.0很明显的了,高版本的导出不能用低版本的导入