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: Nuno Souto <dbvision_at_optusnet.com.au>
Date: Thu, 05 Aug 2004 21:54:11 +1000
Message-ID: <41121FE3.9020808@optusnet.com.au>


Raj Jamadagni apparently said,on my timestamp of 5/08/2004 9:24 PM:

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

not to mention Forms programs. Mighty handy when in-line select statements (not in an explicit begin/end block) start to give off more than one row...

Flogging? ah well, each to his taste on these things.... :)

> --- david wendelken <davewendelken_at_earthlink.net> wrote:

>>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;
>>
>>:)

>
-- 
Cheers
Nuno Souto
in sunny Sydney, Australia
dbvision_at_optusnet.com.au
----------------------------------------------------------------
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:49:35 CDT

Original text of this message

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