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: Easy Question...

Re: Easy Question...

From: david_g <david_l_gouldNOdaSPAM_at_yahoo.com.invalid>
Date: Mon, 10 Jan 2000 00:46:19 -0800
Message-ID: <1415c574.60a67fa1@usw-ex0106-048.remarq.com>


Put a - at the end of each line to continue on the next. Alternatively, exec it in a PL/SQL block: begin

     myprogram(parm1,parm2,parm3
               ,parm4,parmetc);

end;
/

David.

Received on Mon Jan 10 2000 - 02:46:19 CST

Original text of this message

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