ORA-00001 Unique Constraint Violated Solution
ORA-00001 Cause. If you've tried to run an INSERT or UPDATE statement, you might have gotten this error: ORA-00001 unique constraint violated. This has happened because the INSERT or UPDATE statement has created a duplicate value in a field that has either a PRIMARY KEY constraint or a UNIQUE constraint. ORA-00001 Solution