SOLVED

ORA-00001 unique constraint violated

Asked by OracleDba10 viewsoracle
1
2
3
4
5
6
7
8
9
ORA-00001 unique constraint violated

ORA-00001 unique constraint violated

Problem :

ORA-00001 comes under “Oracle Database Server Messages”. These messages are generated by the Oracle database server when running any Oracle program.

An UPDATE or INSERT statement attempted to insert a duplicate key.
#oracle#error

Solutions(1)

Accepted Solution
1
2
3
Either remove the unique restriction or do not insert the key.

Hope it Helps !
OracleDba

Post Your Solution