Showing posts with label ORA-00036. Show all posts
Showing posts with label ORA-00036. Show all posts

Tuesday, 3 January 2012

ORA-00036: maximum number of recursive SQL levels (string) exceeded

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.