Id | Message |
---|---|
ORA-02429 | cannot drop index used for enforcement of unique/primary key |
ORA-02430 | cannot enable constraint (string) - no such constraint |
ORA-02431 | cannot disable constraint (string) - no such constraint |
ORA-02432 | cannot enable primary key - primary key not defined for table |
ORA-02433 | cannot disable primary key - primary key not defined for table |
ORA-02434 | cannot enable unique(string) - unique key not defined for table |
ORA-02435 | cannot disable unique(string) - unique key not defined for table |
ORA-02436 | date or system variable wrongly specified in CHECK constraint |
ORA-02437 | cannot validate (string.string) - primary key violated |
ORA-02438 | Column check constraint cannot reference other columns |
ORA-02439 | Unique index on a deferrable constraint is not allowed |
ORA-02440 | Create as select with referential constraints not allowed |
ORA-02441 | Cannot drop nonexistent primary key |
ORA-02442 | Cannot drop nonexistent unique key |
ORA-02443 | Cannot drop constraint - nonexistent constraint |
ORA-02444 | Cannot resolve referenced object in referential constraints |
ORA-02445 | Exceptions table not found |
ORA-02446 | CREATE TABLE ... AS SELECT failed - check constraint violated |
ORA-02447 | cannot defer a constraint that is not deferrable |
ORA-02448 | constraint does not exist |