aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-32044: cycle detected while executing recursive WITH query

ORA-32044: cycle detected while executing recursive WITH query
Cause: A recursive WITH clause query produced a cycle and was stopped in order to avoid an infinite loop.
Action: Rewrite the recursive WITH query to stop the recursion or use the CYCLE clause.

请先 登录 后评论

1 个回答

小智
ORA-32044:执行递归WITH查询时检测到循环,
.原因:递归WITH子句查询产生一个周期,并被停止以避免无限循环。,
.操作:重写递归WITH查询以停止递归或使用CYCLE子句。,
.
请先 登录 后评论