aiaiDBA

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

13718043309

010-86462881

ORA-32036: unsupported case for inlining of query name in WITH clause

ORA-32036: unsupported case for inlining of query name in WITH clause
Cause: There is at least one query name which is inlined more than once because its definition query is too simple and references another query name. This is currently unsupported yet.
Action: remove such query name and retry

请先 登录 后评论

1 个回答

小智
ORA-32036:不支持在WITH子句中查询名称内联的大小写,
.原因:至少有一个查询名称被内联多次,因为它的定义查询太简单,并引用另一个查询名称。目前尚未支援这项功能。,
.操作:删除此类查询名称并重试,
.
请先 登录 后评论