Oracle DBA, How To, Error, Cause and Action

ORA-02437: cannot validate (string.string) - primary key violated

ORA-02437: cannot validate (string.string) - primary key violated


Cause:


attempted to validate a primary key with duplicate values or null values.



Action:


remove the duplicates and null values before enabling a primary key.

No comments:

Post a Comment

Thanks for your comment.