透過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> conn
已連線。
SQL> Create directory dump_dir as 'E:\studydemo\oracle\dumpdir';
已連線。
SQL> Create directory dump_dir as 'E:\studydemo\oracle\dumpdir';
目錄已建立。
SQL> grant read,write on directory dump_dir to scott;
授權成功。
SQL> exit
C:\Windows\system32> expdp schemas=scott directory=dump_
dir dumpfile=scott.dmp logfile=exp.log version=10.2.0.3.0
C:\Windows\system32> expdp schemas=scott directory=dump_
dir dumpfile=scott.dmp logfile=exp.log version=10.2.0.3.0
C:\Windows\system32>impdp 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/29618264/viewspace-2132000/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 通過expdp&impdp把11g的資料遷移到10g平臺的要點
- rman將linux平臺資料庫遷移到window平臺資料庫Linux資料庫
- 多套Oracle 10g整合遷移到11g的方案Oracle 10g
- hp-ux利用rman將資料庫跨平臺遷移到aix平臺上UX資料庫AI
- 只把Oracle的儲存過程或者函式全部遷移到其他的資料庫中Oracle儲存過程函式資料庫
- 把正式庫的最新資料全部遷移到測試庫上
- 把檔案系統的資料檔案遷移到ASM儲存ASM
- 透過MySQL Workbench 將 SQL Server 遷移到GreatSQLMySqlServer
- 把表遷移到其他的表空間
- 線上過期資料遷移到離線資料庫資料庫
- 出海企業的“生意經”,AdTiming把移動廣告聚合平臺遷移到AWS上
- Pinterest為何遷移到新的大資料處理工作流平臺Apache Airflow?REST大資料ApacheAI
- 把64位的unix系統資料庫遷移到32位的windows系統資料庫中資料庫Windows
- aix 下 oracle 11.2 rac 把資料遷移到新儲存AIOracle
- rman 資料庫從一臺機器遷移到另外的一臺機器資料庫
- 資料庫遷移到ASM資料庫ASM
- 企業遷移到雲平臺是如何降低成本的?
- 利用TRANSPORT_TABLESPACE特性把9i的表空間遷移到10g測試!
- 透過Database Link/IMPDP,同步10G、11G資料庫失敗Database資料庫
- expdp&impdp For Oracle 10GOracle 10g
- aix 下 oracle 11.2 rac 在同一臺機器上把資料遷移到新儲存AIOracle
- Spotify如何從Apache kafka遷移到雲平臺的pub/sub系統ApacheKafka
- MySQL資料庫遷移到PostgresMySql資料庫
- 掌握電商資料的4個要點!電商平臺資料分析其實很簡單
- 跨平臺銷售策略:透過API同步不同市場的商品資料API
- 把資料從MySQL遷到Oracle的幾點注意事項MySqlOracle
- 你的資料庫真的需要遷移到雲嗎?資料庫
- 記一次MySQL資料遷移到SQLServer全過程MySqlServer
- 如何透過分解和增量更改將單體遷移到微服務?微服務
- 為什麼把 dig 遷移到 wire
- 把WebLogic EJB程式遷移到JBoss上Web
- 海量資料遷移之透過shell估算資料量
- 將SAP 後臺資料庫從DB2 遷移到ORACLE資料庫DB2Oracle
- 一個跨平臺資料遷移的方案優化優化
- 輕鬆實現織夢網站資料遷移到新站點網站
- 用 Oracle sql*loader 把公司的資料庫從 sql server 遷移到 Oracle 9i 中OracleSQL資料庫Server
- 將資料庫遷移到ASM的實驗記錄資料庫ASM
- 將pentaho資料庫遷移到oracle資料庫資料庫Oracle