Oracle 26ai

ORA-06597

Cause

PL/SQL program execution used more call stack memory than permitted.


Action

  • Ask your DBA to increase the maximum allowed call stack memory.
  • Decrease the amount of call stack used by the program. This may be accomplished by using fewer, smaller local variables, or by limiting the depth of function call nesting.