ORA-23350 maximum number of recursive calls exceeded cause and solution
The following is the ORA-23350 error message, you can learn the cause and solution of the Oracle database error.
ORA-23350 maximum number of recursive calls exceeded
Cause: This usually occurs when trying to resolve conflicts in a table while concurrent updates to the same row create more conflicts.
Solution: Re-execute the deferred transaction from DefError using DBMS_DEFER_SYS.EXECUTE_ERROR.
Please wait for the update…