Performance Issues with DML Error Logging and Conventional Path Inserts
Sunday, December 4th, 2005 by Mark Rittman
I’ve recently been putting together an article for Oracle Magazine on the new
DML Error Logging feature in Oracle 10gR2, which allows you to add a LOG ERRORS
clause to most DML statements so that rows that would otherwise cause the
statement to fail are instead copied to an error logging table. A typical use of
LOG ERRORS is [...]
