Posted on 2009-01-07 11:48
zhaobin 阅读(55)
评论(0) 编辑 收藏 网摘
sqlldr control=StaticData/t_prod.ctl, log=BuildScript/log/t_prod.log, bad=BuildScript/log/badz_t_prod.log, data=StaticData/T_PROD.CSV userid=username/password@cpsdemo
To specify the maximum number of errors allowed:
add ERRORS=9999
The default value is 50.