Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: standards
I too use "when others then null;" in exceptional circumstances. Maybe once every year or two.
>How would you otherwise continue in a loop when processing
>remaining iterations is of paramount
>importance than breaking over an ant in the middle of the road??
Well, I would usually log the problem to the log file or a problem table in the exception handler and then continue processing rather than code it to act like the problem didn't happen. :)
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Aug 05 2004 - 07:18:24 CDT
![]() |
![]() |