Oracle Error ORA-02293: cannot validate (string.string) – check constraint violated

Oracle Error Message

ORA-02293: cannot validate (string.string) – check constraint violated

Reason for the Error

an alter table operation tried to validate a check constraint to a populated table that had nocomplying values.

Solution

Obvious