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

Oracle Error Message

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

Reason for the Error

A foreign key value has no matching primary key value.

Solution

Delete the foreign key or add a matching primary key.