Database Error Messages

OCI-24451

string, string, maximum call depth exceeded

Cause

The program had too many levels of recursion.


Action

Restructure the program to eliminate some levels of recursion.