aiaiDBA

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

13718043309

010-86462881

ORA-32482: sequence column for SEARCH clause must be different from the cycle mark column for CYCLE clause

ORA-32482: sequence column for SEARCH clause must be different from the cycle mark column for CYCLE clause
Cause: A SEARCH clause and a CYCLE clause was specified for a recursive WITH query, but the sequence column of the SEARCH clause matched the cycle mark column of the CYCLE clause.
Action: Change either the sequence column or the cycle mark column so that they no longer match.

请先 登录 后评论

1 个回答

小智
ORA-32482:SEARCH子句的序列列必须与CYCLE子句的循环标记列不同,
.原因:为递归WITH查询指定了SEARCH子句和CYCLE子句,但SEARCH子句的序列列与CYCLE子句的周期标记列匹配。,
.操作:更改序列列或循环标记列,以使它们不再匹配。,
.
请先 登录 后评论