oracle數(shù)據(jù)泵導(dǎo)入導(dǎo)出expdp oracle12C版本用數(shù)據(jù)泵導(dǎo)出的數(shù)據(jù),要導(dǎo)入到11g版本中,應(yīng)該怎么進行,不太會用數(shù)據(jù)泵,求救?
oracle12C版本用數(shù)據(jù)泵導(dǎo)出的數(shù)據(jù),要導(dǎo)入到11g版本中,應(yīng)該怎么進行,不太會用數(shù)據(jù)泵,求救?導(dǎo)出時,添加要導(dǎo)入的數(shù)據(jù)庫版本,例如:version=11.2.0.3.0oracle數(shù)據(jù)泵導(dǎo)入導(dǎo)出
oracle12C版本用數(shù)據(jù)泵導(dǎo)出的數(shù)據(jù),要導(dǎo)入到11g版本中,應(yīng)該怎么進行,不太會用數(shù)據(jù)泵,求救?
導(dǎo)出時,添加要導(dǎo)入的數(shù)據(jù)庫版本,例如:version=11.2.0.3.0
oracle數(shù)據(jù)泵導(dǎo)入導(dǎo)出介紹?
打開“開始”菜單中的“運行”。打開后,在“運行”框中輸入CMD,單擊“確定”運行以下命令:sqlplus system/password 2創(chuàng)建數(shù)據(jù)導(dǎo)出目錄expncudirect是目錄名,“E:ncdatabak”是數(shù)據(jù)庫的實際目錄。命令如下:create directory expncudirect as “E:ncdatabak”允許Oracle用戶訪問數(shù)據(jù)目錄。命令如下:Grant read,write on directory expncudir to dxzyjt6來執(zhí)行數(shù)據(jù)泵送命令,注意必須在CMD下執(zhí)行,不能在登錄sqlplus后執(zhí)行。出口dxzyjt/dxzyjt@ncdatau192.168.1.224目錄=expnc目錄轉(zhuǎn)儲文件=ncdatabak.dmp文件schemas=dxzyjt日志文件=ncdatabak.log文件備份界面如下: