Pages

Tuesday 13 September 2016

ORA-02291 : integrity constraint (string.string) violated - parent key not found

Cause :        
           A foreign key value has no matching primary key value.

Action :        
           Delete the foreign key or add a matching primary key.

No comments:

Post a Comment

Code Review

 SOLID Principles S – Single Responsibility Principle There should never be more than one reason for a class to change. O – Open-Closed Prin...