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 (50) exceeded
中文说明:递归 SQL 层数(50)已超出最大限制
常见案例:
解决方法及步骤:
. ‘