Exception Handling
While processing large amounts of data, what is the best method
of capturing erros and logging the problematic records?
Basically, I want to kick out the records in either a table or a
file (using UTL_FILE), but continue processing all the "good"
records.
Thanks in advance!