ORA-23475: key column string must be sent and compared ORACLE 报错 故障修复 远程处理
文档解释
ORA-23475: key column string must be sent and compared
Cause: The specified column is a key column and must be sent and compared during replication propagation.
Action: Make sure every key column is sent and compared.
?
ORA-23475: key column string must be sent and compared
官方解释
ORA-23475:引用比较失败,因为比较中未指定两个值要相等的键列。
常见案例
当一个SQL语句用于建立一个索引:它有一个比较操作,但没有指定任何键列。
一般处理方法及步骤
1.检查SQL语句,确定比较操作的列是否明确指定。
2.根据需要,指定比较操作的列。
3.重新提交SQL语句并重新执行它。