oracle不同版本之間exp/imp規則
moving data between different releases of the Oracle database server, the following basic rules apply:
The Import utility and the database to which data is being imported (the target database) must be the same version.
The version of the Export utility must be equal to the lowest version of the source or target database.
For example, to create an export file for an import into a higher release database, use a version of the Export utility that is equal to the source database. Conversely, to create an export file for an import into a lower release database, use a version of the Export utility that is equal to the version of the target database. The following information is for specific versions:[@more@]
The Import utility and the database to which data is being imported (the target database) must be the same version.
The version of the Export utility must be equal to the lowest version of the source or target database.
For example, to create an export file for an import into a higher release database, use a version of the Export utility that is equal to the source database. Conversely, to create an export file for an import into a lower release database, use a version of the Export utility that is equal to the version of the target database. The following information is for specific versions:[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/18921899/viewspace-1017268/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【exp/imp不同版本】Oracle不同版本的exp/imp使用注意事項Oracle
- 不同版本exp/imp使用注意事項
- oracle exp和impOracle
- oracle資料匯出匯入(exp/imp)Oracle
- exp和imp詳解
- 正規表示式之(exp),(?:exp),(?=exp) 理解
- exp匯出遭遇IMP-00020
- [20190520]exp imp on th fly.txt
- exp&imp的使用方法
- Python基礎-不同型別之間的運算規則Python型別
- 使用imp/exp遇到兩個問題
- ? 圖解 == 操作符規則和不同型別間轉換規則圖解型別
- Oracle資料庫匯入匯出。imp匯入命令和exp匯出命令Oracle資料庫
- Oracle OCP(54):IMPOracle
- EXP、IMP、SQLLOADER、EXPDP、IMPDP、DBMS_METADATA、SQLPLUS等方面SQL
- javascript引入了不同版本的多個jquery,如何不同版本之間不互相影響JavaScriptjQuery
- oracle undo分配規則Oracle
- Oracle OCP(54):EXPOracle
- Oracle-exp命令Oracle
- Spring Boot 之groups應對不同的Validation規則自定義Spring Boot
- 用exp、imp遷移包含物化檢視日誌的資料
- 語義化版本 2.0.0 - 版本控制規則
- Oracle OCP(18):命名規則Oracle
- 同一專案、不同版本之間原始碼的閱讀原始碼
- Oracle rac時間不同步Oracle
- oracle資料庫備份之exp增量備份Oracle資料庫
- 資料包如何遊走於 Iptables 規則之間?
- 第十篇.HFM規則入門(三:深入使用exp函式)函式
- 版本命名及限定規則詳解
- oracle資料隱式轉換規則Oracle
- [轉載 mos] Oracle RAC 不同版本不同平臺官檔收集記錄Oracle
- List Set Map之間的不同
- 不同JDK版本之間的intern()方法的區別-JDK6 VS JDK6+JDK
- java記憶體間互動規則Java記憶體
- Python和Java之間有什麼不同之處?PythonJava
- 主資料之編碼規則
- 體面編碼之命名規則
- Dubbo 路由規則之標籤路由路由
- 深入講解Python名稱空間規則!Python