使用sqlldr將資料倒進DB的時候Oracle預設只要遇到50比錯誤的資料就會停止import,若想將容錯值擴充為大於50,可以使用errors這個參數,範例如下:
/u01/app/oracle/product/10.2.0/db_1/bin/sqlldr control=./ctl_files/vp_tb_vasmd_cdrinfo.ctl errors=10000000 log=./log_files/vp_tb_vasmd_cdrinfo.log userid=foak/qazwsx direct=true
Search Google
Monday, August 10, 2009
擴充sqlldr的容錯值
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment