BulkLoader : Error during batching db error code 17081
Hi Team,
We are doing bulk loader updates for a set of 200 odd records and we are getting the below exception.
db error code:17081
2014-03-11 06:58:30,307 966373028 INFO [STDOUT] Error for input id 35196 UPDATE error occurred during batching: ORA-00933: SQL command not properly ended.
If we run for the the problematic asset id's alone i.e just by taking 10 failed records and run the utility the update is happening fine. Can we know what is causing this issue?
Below is the configuration as part of bulk loader config file.
commitFrequency=50
#
# Additional information needed for BulkLoader
#
maxThreads=3
# dataSliceSize 0 means read all input data in one slice.