How to fix the Oracle error ORA-31226: DBMS_LDAP: MOD_ARRAY size limit exceeded?
In this post, you’ll learn more about the Oracle ErrorORA-31226: DBMS_LDAP: MOD_ARRAY size limit exceeded with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-31226: DBMS_LDAP: MOD_ARRAY size limit exceeded
Reason for the Error ORA-31226: DBMS_LDAP: MOD_ARRAY size limit exceeded
An attempt was made by a PL/SQL module to add an element beyond the MOD_ARRAY size limit.
How to fix the Error ORA-31226: DBMS_LDAP: MOD_ARRAY size limit exceeded ?
You can fix this error in Oracle by following the below steps
Increase the MOD_ARRAY size limit in PL/SQL module involving DBMS_LDAP.
Leave Your Comment