IIS-CONN-ORA-001003, ORA-24381

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mrbalajidev
Participant
Posts: 1
Joined: Thu Jun 17, 2010 12:21 pm
Location: Texas

IIS-CONN-ORA-001003, ORA-24381

Post by mrbalajidev »

I am trying to load a table using oracle connector stage. The job loads nearly a million records. But i face the below issue

IIS-CONN-ORA-001003] The OCI function OCIStmtExecute returned status -1. Error code: 24,381, Error message: ORA-24381: error(s) in array DML. (CC_OraStatement::executeInsert, file CC_OraStatement.cpp, line 1,243)

Can some one please help me?.. I checked in oracle for ORA-24381 error which says the DML array cannot handle more that 2^16 records but i used to load more rows than this.
Regards
Balaji Dev M.R.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

This isn't about a limit on the number of records you can load, but how many you can bind into a single array. Let's start with how exactly you are 'loading' this data, can you provide the options you are using in the connector? What array size are you using?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply