1、開始—運(yùn)行---cmd2、Exp用戶名/密碼@數(shù)據(jù)庫名file=導(dǎo)出位置(d:daochu.dmp<導(dǎo)出數(shù)據(jù)庫中的用戶>1、exp用戶名/密碼@數(shù)據(jù)庫名fiel=導(dǎo)出位置(d:daochu.dmpowne">
歡迎來到天天文庫
瀏覽記錄
ID:37861788
大小:126.50 KB
頁數(shù):3頁
時間:2019-06-01
《Oracle數(shù)據(jù)庫導(dǎo)入操作》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。
1、導(dǎo)出數(shù)據(jù)庫<數(shù)據(jù)庫全部導(dǎo)出>1、開始—運(yùn)行---cmd2、Exp用戶名/密碼@數(shù)據(jù)庫名file=導(dǎo)出位置(d:daochu.dmp<導(dǎo)出數(shù)據(jù)庫中的用戶>1、exp用戶名/密碼@數(shù)據(jù)庫名fiel=導(dǎo)出位置(d:daochu.dmpowner=(用戶,用戶))<導(dǎo)出數(shù)據(jù)庫中的表>2、exp用戶名/密碼@數(shù)據(jù)庫名fiel=導(dǎo)出位置(d:daochu.dmptables=(表名,表名))導(dǎo)入數(shù)據(jù)庫開始——>運(yùn)行——>sqlplusw:用system/manager登錄:主機(jī)字符串就是創(chuàng)建的數(shù)據(jù)庫名字在里面分別執(zhí)行:Createtablespacets2datafile‘d
2、:ts02.dbf’size200M;Createtablespacets4datafile‘d:ts04.dbf’size200M;Createuserhello318identifiedbyhello318defaulttablespacets2temporarytablespacetemp;//Createuserdlidentifiedbytckl2010defaulttablespacets2temporarytablespacetemp;Grantconnect,resource,dbatohello318;//Grantconnect,resource
3、,dbatodl;Grantdbatohello318;Createuserreportendidentifiedbyreportenddefaulttablespacetstemporarytablespacetemp;Grantconnect,resourcetoreportend;按照截圖一條條執(zhí)行。下面開始導(dǎo)入數(shù)據(jù)庫,這里數(shù)據(jù)庫文件為report.dmp,szzc.dmp,tian7_27.dmp開始——>運(yùn)行——>cmd:打impreportend(用戶名)/reportend(口令)file=f:report.dmpfull=ycommit=y后回車:im
4、phello318/hello318file=f:szzc.dmpfull=ycommit=y后回車imphello318/hello318file=F:baktian7_27.dmpfull=ycommit=y提示:如果輸入ipm提示imp不是內(nèi)部或外部命令,也不是可運(yùn)行的程序這句話,解決的辦法是:把C:product10.2.0db_1BIN這個目錄加到環(huán)境變量下面就可以了。
此文檔下載收益歸作者所有