ORA-00001: unique constraint (SYSTEM.SYS_C001374) violated, why?
633844May 4 2008 — edited May 4 2008If there is a set of insert statements and it's followed by a commit keyword.
If i quote the last insert statement, oracle gives the following error:
ORA-00001: unique constraint (SYSTEM.SYS_C001374) violated
why this happense?
PS: This is a new table, there are no foreignkey in it.