Oracle Error ORA-21780: Maximum number of object durations exceeded.

Oracle Error Message

ORA-21780: Maximum number of object durations exceeded.

Reason for the Error

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

Solution

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