sqlldr commiting too few rows given readsize,bindsize,rows settings [message #72032] |
Tue, 25 February 2003 12:43 |
DK
Messages: 11 Registered: July 2002
|
Junior Member |
|
|
I am having a problem of the number of rows sqlldr is inserting per commit, right now it is only doing something like 21 rows per commit, much too slow when I am trying to load up millions of rows…
Here is the sqlldr command line that I am using :
sqlldr userid=${USER_NAME}/${USER_PASSWD}@${ORACLE_SID} control=$CONTROL_FILE log=$LOG_FILE errors=999999999999 readsize=10000000
bindsize=10000000 rows=1000000 bads=$BADFILE discard=$DISCARDFILE
As you can see, I have the readsize, bindsize and rows parameters set very large, yet, again , it is only loading 21 rows at a time.
Do you have any ideas why this is? Is there anything inherent in the creation of the table that would cause this?
Anybody know how to set the optimal readsize/bindsize parameters?
Thanks,
DK
|
|
|
|
|