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: cursor and no data found

RE: cursor and no data found

From: <cosltemp-g.manoj_at_orbitech.co.in>
Date: Mon, 15 Jul 2002 02:38:46 -0800
Message-ID: <F001.00497B3C.20020715023846@fatcity.com>


cursor c1 is .....
for c in c1 loop

begin
select a into v1
from table1
where a > 1 and b < 2 and ...

exception

when no_data_found then

goto continue;

end;

/* Other sql stmts can be put before continue label */

......

.....

.....

<< continue>>

null;

end loop ;

   -----Original Message-----

   From:       philippe.nguyen [mailto:philippe.nguyen_at_cetelem.fr]
   Sent:       Monday, July 15, 2002 3:39 PM
   To:         ORACLE-L
   Cc:         philippe.nguyen

   Subject: cursor and no data found    

    << File: cursor and no data found.HTM >>    

--

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

Author:
  INET: cosltemp-g.manoj_at_orbitech.co.in

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Jul 15 2002 - 05:38:46 CDT

Original text of this message

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