ORA-56702: consumer group string is for internal use only and cannot be a switch target ORACLE 报错 故障修复 远程处理
文档解释
ORA-56702: consumer group string is for internal use only and cannot be a switch target
Cause: An attempt was made to specify an INTERNAL_USE consumer group as a switch target.
Action: Do not attempt to switch to INTERNAL_USE consumer groups.
?
ORA-56702:消费者组字符串仅供内部使用,不能成为开关目标
官方解释
常见案例
一般处理方法及步骤
1、调试源码:检查SQL语句或储存过程代码是否正确,是否使用消费者组的信息。
2、更正参数:如果确实使用了消费者组的信息,则应该用正确的参数替换。
3、重新提交:使用正确的参数重新提交查询、SQL语句或储存过程,应该可以顺利执行。