update tables and skip unique constraint violation error
769897Apr 29 2010 — edited Apr 29 2010Hi,
I have a table which has 50 rows approximately, now I want to update some of the rows in the table. But the update is failing due to Duplicate records in the table. Now I want to skip this error and update rest of the rows. I have seen docs about DML error logging, but I have 10GR1 database and I can't use this feature there. Is there any other solutions?
Thanks for your help.