Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

ORA-39001: invalid argument value data pump import report error due to inconsistent version

2025-01-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Because the dmp file is exported from 11g oracle and imported into 10g oracle. Caused by inconsistencies in the version of 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"

Solution:

Re-export with the parameter 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

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 217

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report