- 论坛徽章:
- 0
|
我的控制文件如下:
unrecoverable
load data
infile '/home/ocrm/work/pq/load/data.txt'
into table t3
truncate
fields terminated by '|'
trailing nullcols
(
BRID ,
RPTMONTH ,
NUM1 ,
BAL1 ,
NUM2 ,
BAL2 ,
NUM3 ,
BAL3 ,
NUM4 ,
BAL4 ,
NUM5 ,
BAL5 ,
NUM6 ,
BAL6 ,
NUM7 ,
BAL7 ,
NUM8 ,
BAL8 ,
NUM9 ,
BAL9 ,
NUM10 ,
BAL10
)
使用导入参数列入下
sqlldr ocrm/ocrm@crmdb errors=20000000 control=1.ctl direct=true parallel=true skip_index_maintenance=true rows=5000
结果在导入的时候报告错误,说只能在append模式下使用parallel模式。
请那位仁兄帮忙回答一下,谢谢。
报告的错误如下:
SQL*Loader: Release 9.2.0.4.0 - Production on Fri Jul 20 15:31:31 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL*Loader-279: Only APPEND mode allowed when parallel load specified. |
|