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

Home -> Community -> Usenet -> c.d.o.tools -> Re: newbie question about LOOP

Re: newbie question about LOOP

From: david_g <david_l_gouldNOdaSPAM_at_yahoo.com.invalid>
Date: 2000/01/31
Message-ID: <0221c012.6a070627@usw-ex0106-048.remarq.com>#1/1

Declare

etc...

Begin

   For .... Loop

       Begin

            Your code

       Exception

            handle your exceptions

       End;

   End Loop;

End;

/

Received on Mon Jan 31 2000 - 00:00:00 CST

Original text of this message

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