ORA-00036
maximum number of recursive SQL levels (max_recursive_sql_depth) exceeded
- max_recursive_sql_depth: The maximum recursive SQL depth.
Cause
An attempt is being made to use more than the specified number of recursive SQL levels.
Action
Remove the recursive SQL and possibly a recursive trigger.
ORA-00036
maximum number of recursive SQL levels (string) exceeded
Cause
An attempt was made to go more than the specified number of recursive SQL levels.
Action
Remove the recursive SQL, possibly a recursive trigger.
ORA-00036
maximum number of recursive SQL levels (string) exceeded
Cause
An attempt was made to go more than the specified number of recursive SQL levels.
Action
Remove the recursive SQL, possibly a recursive trigger.