Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-21780

Maximum number of object durations exceeded.

Cause

This typically happens if there is infinite recursion in the PL/SQL function that is being executed.


Action

User should alter the recursion condition in order to prevent infinite recursion.