Home ORA-02275
Post
Cancel

ORA-02275

ORA-02275

Problem: FOREIGN KEY CONSTRAINT can not be added to the table.

Cause: there is a problem with the referenced table.

How to solve

  1. Check a primary key or unique constraint in the PROJECT_DETAILS table
  2. Verify that the data in the EMPLOYEE_DETAILS table does not contain any values in the PROJECT_ID column that do not exist in the PROJECT_DETAILS table
This post is licensed under CC BY 4.0 by the author.