ORA-32486: unsupported operation in recursive branch of recursive WITH clause ORACLE 报错 故障修复 远程处理

文档解释

ORA-32486: Unsupported operation in Recursive branch of recursive WITH clause

Cause: The recursive component of the UNION ALL in a recursive WITH clause element used an operation that was currently not supported. The following should not be used in the recursive branch of the UNION ALL operation: GROUP BY, DISTINCT, MODEL, grouping sets, CONNECT BY, window functions, HAVING, aggregate functions.

Action: Rewrite the query without the unsupported operation.

ORA-32486: unsupported operation in recursive branch of recursive WITH clause:这个错误指示用户尝试执行递归WITh子句中的一项不支持的操作,即在查询的相同端中执行不同的操作,这是不允许的。

官方解释

常见案例

一般处理方法及步骤

1、检查查询是否对递归WITh子句中的相同端执行不同的操作;

2、如果存在不一致的地方,尝试更改递归WITh子句来执行统一的操作;

3、重新尝试查询,看看是否能够正确执行。

香港美国云服务器首选后浪云,2H2G首月10元开通。
后浪云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。

THE END