ORA-22890: cannot specify name for REF column constraint ORACLE 报错 故障修复 远程处理
文档解释
ORA-22890: cannot specify name for REF column constraint
Cause: An attempt was made to specify a constraint name for a constraint on a REF column.
Action: Remove the constraint name and retry the operation.
ORA-22890 该错误代表无法为 REF 列限制指定名称。
官方解释
ORA-22890: 不能为 REF 列限制指定名称。
常见案例
当试图创建或修改参照列时,系统将报出 ORA-22890 错误,提示不能为 REF 列限制指定名称。
一般处理方法及步骤
1. 确认参照列是否新创建,如果是,确认以下语句是否加入了 CONSTRAINT 特性:
ALTER TABLE