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: Help - How to declare a cursor inside a FOR ... LOOP ?

RE: Help - How to declare a cursor inside a FOR ... LOOP ?

From: Dasko, Dan <Dan.Dasko_at_cdicorp.com>
Date: Tue, 03 Apr 2001 11:49:40 -0700
Message-ID: <F001.002E023A.20010403114041@fatcity.com>

You
can't.  It appears that you want to select all the detailed text extries related to a specific problem.  You could define a cursor that selects all the detailed entries, or you could read all the detailed entries into a pl/sql table and then search through them.  If you use the cursor, then you have to reopen the cursor for each new problem.
<SPAN

class=869183918-03042001> 
<SPAN

class=869183918-03042001>Dan

  <FONT face=Tahoma
  size=2>-----Original Message-----From: Wendy Y   [mailto:lannyue_at_yahoo.com]Sent: Tuesday, April 03, 2001 2:51   PMTo: Multiple recipients of list ORACLE-LSubject: Help

  Do You Yahoo!?<A
  href="http://personal.mail.yahoo.com/?.refer=mailiyfoot">Yahoo! Mail Personal   Address - Get email at your own domain with Yahoo! Mail.

  _____________________________________________________________________This 
  e-mail message has been scanned for the presence of all known computer viruses   by the MessageLabs Virus Control Center. However, it is still recommended that   you use local virus scanning software to monitor for the presence of viruses.    Received on Tue Apr 03 2001 - 13:49:40 CDT

Original text of this message

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