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

Home -> Community -> Usenet -> c.d.o.misc -> Re: cursor or exception

Re: cursor or exception

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Wed, 28 Dec 2005 11:47:51 +0100
Message-ID: <43b26d57$0$14575$626a14ce@news.free.fr>

<ron.van.der.zwaag_at_abp.nl> a écrit dans le message de news: 1135765418.178154.302390_at_g43g2000cwa.googlegroups.com...
| Hi,
|
| a collega used frequently a begin, select ... and exception when
| no_data_found. I am used to use a cursor with %notfound to check is a
| record is found.
|
| The question is, does anyone knows what is better to do??
|

Imho, the one that is easier to read and maintain in your code.

Regards
Michel Cadot Received on Wed Dec 28 2005 - 04:47:51 CST

Original text of this message

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