不同版本exp/imp使用注意事項
官網說明如下
使用不同版本的exp/imp
無論在什麼時候,在不同版本的oracle 資料庫中遷移資料時,都必須要遵守如下的基本規則
- 1. imp工具的版本必須和目標庫的版本相同。例如,使用版本為9.2.0.7的imp工具匯入到版本為9.2.0.8的資料庫中,會遇到錯誤。
- 2. exp工具的版本必須與源庫或者目標庫中版本較低的相同。
從高版本的源庫exp匯出資料,imp匯入到低版本目標庫,那麼exp的版本必須和目標庫相同。
使用不同版本的exp/imp的約束
- 1. exp工具匯出的dmp檔案,只能用imp工具匯入。也就是說exp/imp配對使用,expdp/impdp配對使用 。exp匯出的dmp檔案無法用impdp匯入。
- 2. 任何exp匯出的檔案,都可以imp到高版本的資料庫中。也就是說,exp/imp向下相容。
- 3. 低版本的imp工具無法讀取高版本的exp匯出的檔案。例如9.2 exp匯出的dmp檔案無法用9.0.1版本的imp工具匯入。
- 4. whenever a lower version of the Export utility runs with a later release of the Oracle database, categories of database objects that did not exist in the earlier release are excluded from the export.
不同版本exp/imp遷移資料參照表 ,參見文章末尾處 表21-5
Using Different Releases of Export and Import
This section describes compatibility issues that relate to using different releases of Export and the Oracle database.
Whenever you are moving data between different releases of the Oracle database, the following basic rules apply:
-
The Import utility and the database to which data is being imported (the target database) must be the same release. For example, if you try to use the Import utility 9.2.0.7 to import into a 9.2.0.8 database, then you may encounter errors.
-
The version of the Export utility must be equal to the release of either the source or target database, whichever is earlier.
For example, to create an export file for an import into a later release database, use a version of the Export utility that equals the source database. Conversely, to create an export file for an import into an earlier release database, use a version of the Export utility that equals the release of the target database.
-
In general, you can use the Export utility from any Oracle8 release to export from an Oracle9i server and create an Oracle8 export file.
-
Restrictions When Using Different Releases of Export and Import
The following restrictions apply when you are using different releases of Export and Import:
-
Export dump files can be read only by the Import utility because they are stored in a special binary format.
-
Any export dump file can be imported into a later release of the Oracle database.
-
The Import utility cannot read export dump files created by the Export utility of a later maintenance release. For example, a release 9.2 export dump file cannot be imported by a release 9.0.1 Import utility.
-
Whenever a lower version of the Export utility runs with a later release of the Oracle database, categories of database objects that did not exist in the earlier release are excluded from the export.
-
Export files generated by Oracle9i Export, either direct path or conventional path, are incompatible with earlier releases of Import and can be imported only with Oracle9i Import. When backward compatibility is an issue, use the earlier release or version of the Export utility against the Oracle9idatabase.
Examples of Using Different Releases of Export and Import
shows some examples of which Export and Import releases to use when moving data between different releases of the Oracle database.
Table 21-5 Using Different Releases of Export and Import
Export from->Import to | Use Export Release | Use Import Release |
---|---|---|
8.1.6 -> 8.1.6 |
8.1.6 |
8.1.6 |
8.1.5 -> 8.0.6 |
8.0.6 |
8.0.6 |
8.1.7 -> 8.1.6 |
8.1.6 |
8.1.6 |
9.0.1 -> 8.1.6 |
8.1.6 |
8.1.6 |
9.0.1 -> 9.0.2 |
9.0.1 |
9.0.2 |
9.0.2 -> 10.1.0 |
9.0.2 |
10.1.0 |
10.1.0 -> 9.0.2 |
9.0.2 |
9.0.2 |
covers moving data only between the original Export and Import utilities. For Oracle Database 10g release 1 (10.1) or higher, Oracle recommends the Data Pump Export and Import utilities in most cases because these utilities provide greatly enhanced performance compared to the original Export and Import utilities.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31520497/viewspace-2156837/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【exp/imp不同版本】Oracle不同版本的exp/imp使用注意事項Oracle
- oracle不同版本之間exp/imp規則Oracle
- Oracle中exp,imp(匯入匯出)資料遷移注意事項Oracle
- imp使用注意點(commit選項)MIT
- 【EXP/IMP】使用EXP /IMP工具“模糊”匯出和匯入
- exp/imp工具的使用
- 使用parallel注意事項Parallel
- exp/imp 與 expdp/impdp 對比 及使用中的一些優化事項優化
- EXP COMPRESS以及EXP/IMP EXPDP/IMPDP匯入表結構注意
- 不同版本間 EXP 問題
- exp/imp對資料庫版本的要求資料庫
- 使用Google Fonts注意事項Go
- Go 切片使用注意事項Go
- 使用CocosBuilder注意事項UI
- removeChild使用時注意事項REM
- Oracle使用*的注意事項Oracle
- ZHS16CGB231280 --> ZHS16GBK 字符集轉換,exp/imp 注意事項
- exp/imp工具
- Oracle imp/expOracle
- 理解exp, imp 使用direct=y 及imp commit=yMIT
- 注意事項:golang 編譯的 glibc 版本Golang編譯
- TCP使用注意事項總結TCP
- C中memcpy使用注意事項memcpy
- 萬兆網路卡使用注意事項
- MySQL半同步使用注意事項MySql
- Guava HashMultimap使用及注意事項Guava
- setbuf函式使用注意事項函式
- php getallheaders使用注意事項PHPHeader
- 使用直方圖注意事項直方圖
- exp_imp_遷移_同使用者_不同表空間的小記
- exp,imp 不同表空間大欄位處理方法
- 在單機linux上安裝兩個不同版本資料庫時注意事項Linux資料庫
- ORACLE IMP和EXP的使用實驗Oracle
- oracle實驗記錄 (使用exp/imp)Oracle
- 關於vSphere 5.5硬體版本注意事項
- oracle exp和impOracle
- oracle imp和expOracle
- exp imp資料