Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: standards

Re: standards

From: Raj Jamadagni <rjamya_at_yahoo.com>
Date: Thu, 5 Aug 2004 04:24:40 -0700 (PDT)
Message-ID: <20040805112440.58375.qmail@web50004.mail.yahoo.com>


I use it on a regular basis in certain code of mine (on production database that runs 24x7) when I DON'T want the exception to kill the processing.

Flogging ... dunno, but if you know what the hell you are doing then it is a mighty fine syntax.

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??

Over here, we discourage that practice too, but then again there are some exceptions. And yes I did notice the smiley.
Raj

>
> How about:
>
> PL/SQL Programmers who use exception blocks like this will be flogged, then fired from their
> job.
>
> EXCEPTION
> WHEN OTHERS THEN
> NULL;
> END;
>
> :)



Best Regards
Raj

select mandatory_disclaimer from company_requirements;                 

Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
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 - 06:21:45 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US