通過expdp&impdp把11g的資料遷移到10g平臺的要點
今天發現要匯入的目標資料庫主機是10g,而源資料主機是11g,要完成遷移的話,就需要用到oracle在10g中新加入的功能資料泵,因為在11g中,資料泵可以定義匯出檔案的版本,即version。現在把要點寫在下邊,供大家參考:
C:\Windows\system32>sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on 星期三 4月 3 09:32:26 2013
Copyright (c) 1982, 2010, Oracle. All rights reserved.
目錄已建立。
SQL> grant read,write on directory dump_dir to scott;
授權成功。
SQL> exit
C:\Windows\system32> expdp system/windows@orcl schemas=scott directory=dump_
dir dumpfile=scott.dmp logfile=exp.log version=10.2.0.3.0
C:\Windows\system32> expdp system/windows@orcl schemas=scott directory=dump_
dir dumpfile=scott.dmp logfile=exp.log version=10.2.0.3.0
C:\Windows\system32>impdp system/windows@orcl schemas=scott directory=dump_d
ir dumpfile=scott.dmp logfile=imp.log version=10.2.0.3.0
ir dumpfile=scott.dmp logfile=imp.log version=10.2.0.3.0
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22275400/viewspace-757715/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 透過expdp&impdp把11g的資料遷移到10g平臺的要點
- rman將linux平臺資料庫遷移到window平臺資料庫Linux資料庫
- 多套Oracle 10g整合遷移到11g的方案Oracle 10g
- hp-ux利用rman將資料庫跨平臺遷移到aix平臺上UX資料庫AI
- 只把Oracle的儲存過程或者函式全部遷移到其他的資料庫中Oracle儲存過程函式資料庫
- 把正式庫的最新資料全部遷移到測試庫上
- 把檔案系統的資料檔案遷移到ASM儲存ASM
- 通過RMAN的Transportable平臺間轉移資料
- 把表遷移到其他的表空間
- 線上過期資料遷移到離線資料庫資料庫
- 出海企業的“生意經”,AdTiming把移動廣告聚合平臺遷移到AWS上
- Pinterest為何遷移到新的大資料處理工作流平臺Apache Airflow?REST大資料ApacheAI
- 把64位的unix系統資料庫遷移到32位的windows系統資料庫中資料庫Windows
- aix 下 oracle 11.2 rac 把資料遷移到新儲存AIOracle
- rman 資料庫從一臺機器遷移到另外的一臺機器資料庫
- 資料庫遷移到ASM資料庫ASM
- 企業遷移到雲平臺是如何降低成本的?
- oracle單例項通過dataguard遷移到RAC 轉Oracle單例
- 利用TRANSPORT_TABLESPACE特性把9i的表空間遷移到10g測試!
- expdp&impdp For Oracle 10GOracle 10g
- aix 下 oracle 11.2 rac 在同一臺機器上把資料遷移到新儲存AIOracle
- Spotify如何從Apache kafka遷移到雲平臺的pub/sub系統ApacheKafka
- MySQL資料庫遷移到PostgresMySql資料庫
- 掌握電商資料的4個要點!電商平臺資料分析其實很簡單
- 把資料從MySQL遷到Oracle的幾點注意事項MySqlOracle
- 你的資料庫真的需要遷移到雲嗎?資料庫
- 記一次MySQL資料遷移到SQLServer全過程MySqlServer
- 為什麼把 dig 遷移到 wire
- 把WebLogic EJB程式遷移到JBoss上Web
- 本地ES叢集資料通過_reindex方式遷移到騰訊雲伺服器(親測有效)Index伺服器
- 通過RMAN遷移資料並升級資料庫10.2.0.3->11.2.0.3【相同位數與平臺版】資料庫
- 將SAP 後臺資料庫從DB2 遷移到ORACLE資料庫DB2Oracle
- 資料遷移(1)——通過資料泵表結構批量遷移
- 通過連線的方式把資料檔案放在別的地方
- 一個跨平臺資料遷移的方案優化優化
- 輕鬆實現織夢網站資料遷移到新站點網站
- 用 Oracle sql*loader 把公司的資料庫從 sql server 遷移到 Oracle 9i 中OracleSQL資料庫Server
- 將資料庫遷移到ASM的實驗記錄資料庫ASM