ORA-39977
maximum (max_atx) nesting level of autonomous transaction reached
- max_atx: The maximum nesting level of autonomous transaction.
Cause
The number of nesting level of autonomous transaction in the PL/SQL program has reached the limit.
Action
Reduce the number of nesting level of autonomous transaction in the PL/SQL program.