我給你一些數(shù)據(jù)庫常用的導(dǎo)入導(dǎo)出命令吧:\x0d\x0a該命令在“開始菜單運行CMD”中執(zhí)行\(zhòng)x0d\x0a一、數(shù)據(jù)導(dǎo)出(exp.exe)\x0d\x0a1、將數(shù)據(jù)庫orcl完全導(dǎo)出,用戶名system,密碼accp,導(dǎo)出到d:\daochu.dmp文件中\(zhòng)x0d\x0aexp system/accp@orcl file=d:\daochu.dmp full=y\x0d\x0a\x0d\x0a2、將數(shù)據(jù)庫orcl中scott用戶的對象導(dǎo)出\x0d\x0aexp scott/accp@orcl file=d:\daochu.dmp owner=(scott)\x0d\x0a\x0d\x0a3、將數(shù)據(jù)庫orcl中的scott用戶的表emp、dept導(dǎo)出\x0d\x0aexp scott/accp@orcl file= d:\daochu.dmp tables=(emp,dept)\x0d\x0a\x0d\x0a4、將數(shù)據(jù)庫orcl中的表空間testSpace導(dǎo)出\x0d\x0aexp system/accp@orcl file=d:\daochu.dmp tablespaces=(testSpace)\x0d\x0a\x0d\x0a二、數(shù)據(jù)導(dǎo)入(imp.exe)\x0d\x0a1、將d:\daochu.dmp 中的數(shù)據(jù)導(dǎo)入 orcl數(shù)據(jù)庫中。\x0d\x0aimp system/accp@orcl file=d:\daochu.dmp full=y\x0d\x0a\x0d\x0a2、如果導(dǎo)入時,數(shù)據(jù)表已經(jīng)存在,將報錯,對該表不會進行導(dǎo)入;加上ignore=y即可,表示忽略現(xiàn)有表,在現(xiàn)有表上追加記錄。\x0d\x0aimp scott/accp@orcl file=d:\daochu.dmp full=y ignore=y\x0d\x0a\x0d\x0a3、將d:\daochu.dmp中的表emp導(dǎo)入\x0d\x0aimp scott/accp@orcl file=d:\daochu.dmp tables=(emp)
專業(yè)領(lǐng)域包括成都網(wǎng)站設(shè)計、成都做網(wǎng)站、商城網(wǎng)站定制開發(fā)、微信營銷、系統(tǒng)平臺開發(fā), 與其他網(wǎng)站設(shè)計及系統(tǒng)開發(fā)公司不同,創(chuàng)新互聯(lián)建站的整合解決方案結(jié)合了幫做網(wǎng)絡(luò)品牌建設(shè)經(jīng)驗和互聯(lián)網(wǎng)整合營銷的理念,并將策略和執(zhí)行緊密結(jié)合,為客戶提供全網(wǎng)互聯(lián)網(wǎng)整合方案。
工具欄選擇“工具”--》“ODBC導(dǎo)入器”--》選擇“Excel Files”,輸入用戶密碼,連接--》選擇文件,雙擊目錄,選擇文件--》選擇sheet--》切換“到Oracle的數(shù)據(jù)”--》選擇表名以及數(shù)據(jù)對應(yīng)字段和類型--》點擊導(dǎo)入--》完成
將Excel另存為制表符分隔的txt,選擇文本導(dǎo)入器(text。。),選擇文件File,data to oracle設(shè)置對應(yīng)字段,一定要選擇好Nvarchar,import完成。
我給你一些數(shù)據(jù)庫常用的導(dǎo)入導(dǎo)出命令吧:
該命令在“開始菜單運行CMD”中執(zhí)行
一、數(shù)據(jù)導(dǎo)出(exp.exe)
1、將數(shù)據(jù)庫orcl完全導(dǎo)出,用戶名system,密碼accp,導(dǎo)出到d:\daochu.dmp文件中
exp system/accp@orcl file=d:\daochu.dmp full=y
2、將數(shù)據(jù)庫orcl中scott用戶的對象導(dǎo)出
exp scott/accp@orcl file=d:\daochu.dmp owner=(scott)
3、將數(shù)據(jù)庫orcl中的scott用戶的表emp、dept導(dǎo)出
exp scott/accp@orcl file= d:\daochu.dmp tables=(emp,dept)
4、將數(shù)據(jù)庫orcl中的表空間testSpace導(dǎo)出
exp system/accp@orcl file=d:\daochu.dmp tablespaces=(testSpace)
二、數(shù)據(jù)導(dǎo)入(imp.exe)
1、將d:\daochu.dmp 中的數(shù)據(jù)導(dǎo)入 orcl數(shù)據(jù)庫中。
imp system/accp@orcl file=d:\daochu.dmp full=y
2、如果導(dǎo)入時,數(shù)據(jù)表已經(jīng)存在,將報錯,對該表不會進行導(dǎo)入;加上ignore=y即可,表示忽略現(xiàn)有表,在現(xiàn)有表上追加記錄。
imp scott/accp@orcl file=d:\daochu.dmp full=y ignore=y
3、將d:\daochu.dmp中的表emp導(dǎo)入
imp scott/accp@orcl file=d:\daochu.dmp tables=(emp)
PL/SQL登錄到數(shù)據(jù)庫,使用tools工具進行導(dǎo)入。使用plsql登錄到需要導(dǎo)入數(shù)據(jù)的數(shù)據(jù)庫。點擊工具欄上【tools】--【Import tables】
請點擊輸入圖片描述
點擊工具【SQL Inserts】(第二個選項),點擊選擇需要導(dǎo)入的數(shù)據(jù)庫腳本。
請點擊輸入圖片描述
選擇sql腳本的,點擊打開,即可打開數(shù)據(jù)庫腳本文件,數(shù)據(jù)庫腳本就可以預(yù)加載到plsq工具中。
請點擊輸入圖片描述
開始導(dǎo)入數(shù)據(jù)庫數(shù)據(jù)。選擇完sql腳本之后,點擊【Import】按鈕開始將腳本中的數(shù)據(jù)導(dǎo)入到數(shù)據(jù)庫中,這個操作執(zhí)行一次即可,如果數(shù)據(jù)量比較大,會出現(xiàn)卡頓。
請點擊輸入圖片描述
執(zhí)行完之后,沒有任何報錯說明插入成功。【注意:一定記得點擊commit進行提交數(shù)據(jù),否則數(shù)據(jù)不會提交到數(shù)據(jù)庫進行存儲】
請點擊輸入圖片描述
查詢驗證插入的數(shù)據(jù)。插入完之后,可以編寫sql語句對插入的數(shù)據(jù)進行核對。執(zhí)行查詢sql看到剛才插入的數(shù)據(jù)。
請點擊輸入圖片描述