Constraint violated
Hi All,
I have oracle 10g R2 on windows.
One of my table is having primary key constraint on 6 column. its working fine.
My issue is :-
1) I drop the primary key constraint. Now I am trying to create it again but it's not allowing me to create the primary key constraint again on the same columns. While checking dumplicate records i found some duplicate records.
Before I droped the constraint it was working fine that means it doesnot have any dupplicate values. but after droping the constraint and trying to create it again, suddenly its showing dupplicate values. No insert or Update made. Why?