溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

如何通過expdp及impdp把11g的數(shù)據(jù)遷移到10g平臺的要點

發(fā)布時間:2021-11-05 09:20:51 來源:億速云 閱讀:107 作者:柒染 欄目:建站服務(wù)器

如何通過expdp及impdp把11g的數(shù)據(jù)遷移到10g平臺的要點,針對這個問題,這篇文章詳細(xì)介紹了相對應(yīng)的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。

  今天發(fā)現(xiàn)要導(dǎo)入的目標(biāo)數(shù)據(jù)庫主機是10g,而源數(shù)據(jù)主機是11g,要完成遷移的話,就需要用到oracle在10g中新加入的功能數(shù)據(jù)泵,因為在11g中,數(shù)據(jù)泵可以定義導(dǎo)出文件的版本,即version?,F(xiàn)在把要點寫在下邊,供大家參考:

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 system/windows@orcl
已連接。
SQL> Create directory dump_dir as 'E:\studydemo\oracle\dumpdir';

目錄已創(chuàng)建。

SQL> grant read,write on  directory dump_dir to scott;

授權(quán)成功。

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>impdp system/windows@orcl schemas=scott directory=dump_d
ir dumpfile=scott.dmp logfile=imp.log version=10.2.0.3.0

關(guān)于如何通過expdp及impdp把11g的數(shù)據(jù)遷移到10g平臺的要點問題的解答就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注億速云行業(yè)資訊頻道了解更多相關(guān)知識。

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI