The OCI function OCIStmtExecute returned status 1. Error code: 24,381, Error message: ORA-24381: error(s) in array DML.
This warning is obtained usually when there is a problem in the number of records getting loaded in the array. For this we need to get the correct balance between the record count and array size property.
This warning is obtained usually when there is a problem in the number of records getting loaded in the array. For this we need to get the correct balance between the record count and array size property.
The record count should be a multiple of the value for array size. For one of the projects we set the value of record count as 10000 and array size as 2000 and the warning was gone.
No comments:
Post a Comment