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