How to fix the Oracle error ORA-38902: errors in array DML exceed string?
In this post, you’ll learn more about the Oracle ErrorORA-38902: errors in array DML exceed string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-38902: errors in array DML exceed string
Reason for the Error ORA-38902: errors in array DML exceed string
The operation failed because the array DML had more errors than can be stored internally for BATCH ERRORs.
How to fix the Error ORA-38902: errors in array DML exceed string ?
You can fix this error in Oracle by following the below steps
Do not use BATCH ERROR mode when array DML has more error rows than the number specified in the error.
Leave Your Comment