$ errors.fyi/oracle/ORA-00001 74 namespaces · 3,092 codes
oracle · oracle/ORA-00001
ORA-00001

unique constraint violated

An INSERT or UPDATE statement attempted to store a duplicate value in a column (or set of columns) with a UNIQUE or PRIMARY KEY constraint. Identify the constraint name in the error message, find the conflicting row, and either remove the duplicate or use MERGE/INSERT ... ON CONFLICT logic.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT