Skip to Main Content

Exception Handling

C PatelNov 14 2001
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!
Comments
Post Details
Added on Nov 14 2001
1 comment
152 views