ORA-23336: priority group string does not exist ORACLE 报错 故障修复 远程处理
文档解释
ORA-23336: priority group string does not exist
Cause: The priority group was already registered in the object group.
Action: Use a priority group name not yet registered in the object group.
。
ORA-23336:优先级组字符串不存在
官方解释
ORA-23336的错误消息是一种在Parallel Operation中使用的错误,说明指定的优先级组不存在。
常见案例
用户可能使用错误拼写的优先级组,或者用户指定了一个未定义过的优先级组。
一般处理方法及步骤
1、检查是否存在拼写错误;
2、如果拼写正确,确认是否有正确的优先级组是否定义;
3、重新定义正确优先级组,并重新运行操作。