Hi,
I am running a
java application in batch mode by reading records from a oracle table and if a matching row found in another table insert a record into 3rd table. While inserting record if I get sqlcode -803 ( duplicate row ) I would not want to stop the process because of sql exception. I want to skip this row and continue processing the next row .
Could anyone tell me how I can code this , please.
Thanks
karshyam