ORA-02268: referenced table does not have a primary key ORACLE 报错 故障修复 远程处理
文档解释
ORA-02268: referenced table does not have a primary key
Cause: The referenced table does not have a primary key.
Action: Specify explicitly the referenced table unique key.
。
ORA-02268: 这个错误是由Oracle数据库引擎引发的,指出目标表没有主键,而该表被另一张表(当前表)引用。