I'm trying to migrate from 10.1-32 to 10.2-64.
IMPDP doesn't want to work. What should I do?
Import: Release 10.2.0.1.0 - 64bit Production on Monday, 02 July, 2007 21:35:01
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning and Data Mining options
UDI-00018: Import utility version can not be more recent than the Data Pump server.
00018, 00000, "Import utility version can not be more recent than the Data Pump server."
// *Cause: The Import utility is at a higher version than the database
// version and is thereby incompatible.
// *Action: Use the same version of Import utility as the database.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
No, it's not newer than server. It's newer than dump, created by 10.1
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
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
SQL> quit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
[oracle@db1 ~]$ impdp system/svsys@SV full=Y directory=BACKUP dumpfile=EXPDAT01-29062007.DMP logfile=import.log
Import: Release 10.2.0.1.0 - 64bit Production on Monday, 02 July, 2007 22:44:15
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning and Data Mining options
UDI-00018: Import utility version can not be more recent than the Data Pump server.
Bookmarks