ORA-39001: invalid argument value 数据泵导入因版本不一致报错

发布时间:2020-08-10 13:40:41 作者:Orace技术交流
来源:ITPUB博客 阅读:1827

因为dmp文件是从11g的oracle中导出,导入到10g的oracle中才出现的。oracle的版本不一致导致的。

[oracle@oracle-test ~]$ impdp oracle/oracle directory=expdp dumpfile=G.dmp TABLE_EXISTS_ACTION=REPLACE 

Import: Release 10.2.0.4.0 - 64bit Production on Wednesday, 06 November, 2013 13:35:26

Copyright (c) 2003, 2007, Oracle.  All rights reserved.

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
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-39142: incompatible version number 3.1 in dump file "/u01/app/oracle/expdp/G.dmp"

解决办法:
    重新导出加上参数version
[oracle@oracle-test ~]$ 
expdp  oracle/oracle directory=impdir dumpfile=G01.dmp Version=10.2.0.4.0
Export: Release 11.2.0.1.0 - Production on Wed Nov 6 13:26:18 2013

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "ORACLE"."SYS_EXPORT_SCHEMA_01":  oracle/********@orcl directory=impdir dumpfile=G01.dmp Version=10.2.0.4.0 

推荐阅读:
  1. linux如何查看防火墙状态与开启关闭命令
  2. ASP.NET Core文件文件如何上传和保存到服务端

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

ora-39001 argument invalid

上一篇:解决python不是可执行程序的问题

下一篇:django删除app的方法

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》