Oracle Tutorials
Oracle tutorials,Oracle Documentation,oracle Error Codes,Oracle help and Support
Oracle
(Move to ...)
Home
Oracle PL/SQL Tutorials
Oracle PL/SQL Interview Questions
Oracle Database Installtion
Oracle error codes
▼
Thursday, April 22, 2010
ORA-00001 unique constraint (string.string) 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.
‹
›
Home
View web version