Database Error Messages

ORA-39975

Failed to extend the program call stack depth to string. The current maximum allowed depth is string frames.

Cause

The PL/SQL program execution stack depth is more than permitted.


Action

Perform one of the following steps:

  • Contact Oracle Support for instructions to increase the maximum allowed frames.
  • Decrease the stack depth of the program by ensuring less call nesting or evaluate if there is a runaway recursion by inspecting the program.