Wednesday, February 11, 2009

Compatibility Table of Oracle Data Pump with oracle database versions

In this post I am going to make a table that will cover all compatibility aspects regarding oracle data pump up to release Oracle 11g. At first let's have a look at data pump dump file set versions. When your use data pump export client a dump file is created. Dump file set version is dependent on database compatibility. Below is the chart.

A)Database Compatibility and Dump file Set Version.
































Database compatibility SettingDump file set versionCan be imported into 10.1.xCan be imported into 10.2.xCan be imported into 11.1.x
10.1.x0.1YesYesYes
10.2.x1.1NoYesYes
11.1.x2.1NoNoYes


B)Overview of using VERSION parameter while data pump export
As you might know you need to use VERSION parameter while doing data pump export if you decide to import into lower compatible database from the higher compatible database parameter setting.































Source Database compatibility SettingNeed to import to compatible setting 9.2.0.xNeed to import to compatible setting 10.1.0.xNeed to import to compatible setting 10.2.0.xNeed to import to compatible setting 11.1.0.x
10.1.0.xVERSION=9.2N/AN/AN/A
10.2.0.xVERSION=9.2VERSION=10.1N/AN/A
11.1.0.xVERSION=9.2VERSION=10.1VERSION=10.2N/A


C)Overview of data pump Client/Server Compatibility Can you connect with your 11.1.0.6 client expdp/impdp into 10g database version? This part will cover those things.



















expdp and impdp client versionConnecting to database 10gR1(10.1.x)Connecting to database 10gR2(10.2.x)Connecting to database 11gR1(11.1.x)
10.1.0.xSupportedSupportedSupported
10.2.0.xNot SupportedSupportedSupported
11.1.0.xNot SupportedNot SupportedSupported



Related Documents
http://arjudba.blogspot.com/2009/02/important-guideline-about-data-pump.html
http://arjudba.blogspot.com/2009/02/how-to-do-data-pump-import-from-higher.html
http://arjudba.blogspot.com/2008/04/data-pump-exportimport-how-we-can-do-it.html
http://arjudba.blogspot.com/2009/02/ude-00018-data-pump-client-is.html
http://arjudba.blogspot.com/2008/04/exportimport-datapump-parameter-query.html
http://arjudba.blogspot.com/2008/04/improve-data-pump-performance.html
http://arjudba.blogspot.com/2009/02/how-to-take-data-pump-export-on-another.html
http://arjudba.blogspot.com/2008/04/datapump-parameters-include-and-exclude.html

No comments:

Post a Comment