ORA-00036: maximum number of recursive SQL levels (string) exceeded
What triggered the Error:
An attempt was made to go more than the specified number of recursive SQL levels.What should we do to fix it:
Remove the recursive SQL, possibly a recursive trigger.
If this was not sufficient go over to:
Oracle Official Support Knowledge Center
Or maybe those geeks at: StackOverflow Board
Or maybe those geeks at: StackOverflow Board