Oracle Solution for Error ora-21780

Solution for Oracle Error ORA-21780

ORA-21780: Maximum number of object durations exceeded.

What triggered the Error:

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

What should we do to fix it:

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