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

Oracle Error Message

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

Reason for the Error

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

Solution

do not insert values that violate the constraint.