ORA-00001 unique constraint violated
Cause: An UPDATE or INSERT statement attempted to insert a duplicate key.
Action: Either remove the unique restriction or do not insert the key.
ORA-00001 comes under "Oracle Database Server Messages". These messages are generated by the Oracle database server when running any Oracle program.
Reference: Oracle Documentation
Related Post:
- ORA-02438: Column check constraint cannot reference other columns
- ORA-01489: result of string concatenation is too long
- ORA-00904: invalid identifier
- ORA-00054: resource busy and acquire with NOWAIT specified
No comments:
Post a Comment