hadoop自學(xué)要多久 oracle數(shù)據(jù)泵導(dǎo)入導(dǎo)出介紹?
oracle數(shù)據(jù)泵導(dǎo)入導(dǎo)出介紹?在“開始”菜單中打開“運(yùn)行”,在“運(yùn)行”框中輸入CMD,然后單擊“確定”運(yùn)行以下命令:sqlplus system/password 2 create data exp
oracle數(shù)據(jù)泵導(dǎo)入導(dǎo)出介紹?
在“開始”菜單中打開“運(yùn)行”,在“運(yùn)行”框中輸入CMD,然后單擊“確定”運(yùn)行以下命令:sqlplus system/password 2 create data export directory expncudirect是目錄的名稱,“E:ncdatabak”是數(shù)據(jù)庫的實(shí)際目錄。命令如下: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)儲(chǔ)文件=ncdatabak.dmp文件schemas=dxzyjt日志文件=ncdatabak.log文件備份界面如下: