Oracle Solution for Error ora-00036

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.