Connecting Tech Pros Worldwide Help | Site Map

UNIQUE CONSTRAINT ERROR

  #1  
Old June 27th, 2008, 08:04 PM
Paul
Guest
 
Posts: n/a
I have some PL/SQL code that has been running for several years and just started giving me problems. It inserts a record from one database to another going across a dblink.

It recently started giving me this error:

ORA-00001: unique constraint (SIEBEL.S_EVT_ACT_M9) violated

The problem is that SIEBEL.S_EVT_ACT_M9 is an index, but it is NOT a unique index.

When I had the problem a week ago I suspected a corrupt index, so I dropped and recreated the index. This fixed the problem. However the problem came back this week.

So now I need to get to the root cause and find out what is happening to this index.

Any help would be appreciated.

Thank you.
--
Paul LaBarbera
Oracle DBA Manager, AT&T, Morristown, NJ
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unique constraint and NULL values Agoston Bejo answers 26 June 27th, 2008 07:54 PM
UNIQUE CONSTRAINT ERROR Paul answers 0 May 25th, 2006 01:45 PM
My database hurts "ERROR: duplicate key violates unique constraint" Mike Hunter answers 1 November 23rd, 2005 12:47 AM
Unique constraint and NULL values Agoston Bejo answers 26 July 19th, 2005 11:19 PM