sqluldr2匯出 匯入檔案(Oracle)

2021-08-01 06:59:56 字數 949 閱讀 7792

sqluldr2_linux32_10204.bin和sqluldr2_linux64_10204.bin分別適用於與linux32位和linux64位作業系統;

sqluldr2.exe用於windows平台。

1.首先將sqluldr2.exe複製到到$oracle_home的bin目錄,即可開始使用

2.開啟cmd,定位到sqluldr2,輸入以下命令

--> cd d:\oracle\product\11.2.0\dbhome_1\bin  --oracle安裝路徑(也就是第一步sqluldr2.exe複製到的路徑)

--> d:

--> sqluldr2

--> sqluldr user/password@ip:port/data query="select * from user.table" head=yes file=d:\tmp002.csv(匯出檔案)

--> sqlldr userid=user/password@ip:port/data

control=e:\dat\123.ctl ----ctl檔案路徑

log=e:\dat\123.log ---log輸出檔案路徑

direct=true(檔案匯入)ct

l檔案配置

load data

infile'e:\dat\123.dat'

---dat

檔案路徑

---表

fieldsterminated by '|'

---dat檔案中欄位分隔符

trailing nullcols

(custom1,custom2,custom3,custom4,custom5)

--表字段

匯入檔案成功標誌(具體看輸出log檔案)

sqluldr2的安裝及注意事項

生產環境 scp r sqluldr2.bin 172.22.1.111 usr lib oracle 11.2 client64 bin 12345.com ln s usr lib oracle 11.2 client64 lib libclntsh.so libclntsh.so.10.1 l...

dmp檔案匯入匯出 2

匯出的使用者為test 2018,匯入到另乙個庫的新使用者中 匯出的是scott使用者下的base data表和case8 all表的資料,匯出的路徑是export dmp,生成的dmp檔案是base data.dmp,形成的log檔案是 expdp testuser root 192.168.2....

檔案匯入匯出

標頭檔案 include 例子 include includeusing namespace std int main c 語法 include include int main 還有乙個很重要的問題 如果你不想輸入或輸出到檔案了,要恢復控制代碼,可以重新開啟標準控制台裝置檔案,這個裝置檔案的名字是...