Oracle/PLSQL: ORA-02298 Error
Error: |
ORA-02298: cannot enable name - parent keys not found |
Cause: |
You tried to execute an ALTER TABLE ENABLE CONSTRAINT command, but it failed because your table has orphaned child records in it. |
Action: |
The options to resolve this Oracle error are:
Learn more about foreign keys. |