Hi Friends, Recently for one of the functionality in my app, I was working on the bulk data operation. To handle the bulk data movement with DML exception handling Oracle Provides us two inherent functionality, 1. Save Exceptions : http://rwijk.blogspot.com/2007/11/save-exceptions.html 2. DML Error Logs : http://www.orafaq.com/node/76 So, I was evaluating on both the approaches, here is what I have came up to so far, Performance for Save Exceptions Vs DML Error Logs, a. Save exception works better for the large data volume over DML Error logs. - You can keep better control on the number of rows been process in particular iteration by configuring Bulk collect row count limit...
Thinking Through Technology.... To design any system put your Business Standard and Technology together keeping them rightly disjoin....