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 -> Cursor For Loops

Cursor For Loops

From: David Temple <temple_at_deakin.edu.au>
Date: Thu, 23 Apr 1998 14:45:56 +1000
Message-ID: <353EC784.F3BB304E@deakin.edu.au>


Reading Oracle PL/SQL by Steven Feuerstein I find that it is a mortal sin to RETURN in the middle of a cursor for loop, although the author does not give a solid explanation of why, except to say that this is bad programming practice. Does anyone have a more thorough explanation?

Thanks

P.S I initially thought that the cursor would not get closed but on testing I find that it does get closed Received on Wed Apr 22 1998 - 23:45:56 CDT

Original text of this message

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