Oracle DBA, How To, Error, Cause and Action

ORA-02290: check constraint (string.string) violated

ORA-02290: check constraint (string.string) violated


Cause:


The values being inserted do not satisfy the named check constraint.



Action:


do not insert values that violate the constraint.

No comments:

Post a Comment

Thanks for your comment.