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

Home -> Community -> Usenet -> c.d.o.server -> Re: accept prompt and utl_file.put_line

Re: accept prompt and utl_file.put_line

From: Ethan Post <epost1NOepSPAM_at_yahoo.com.invalid>
Date: 2000/08/05
Message-ID: <2f512fdb.bc7895b2@usw-ex0104-031.remarq.com>#1/1

Try messing around with this in your first script.

set define off

declare
...

begin
...

 utl_file.put_line...
...

end;

set define on

-Ethan
http://www.gnumetrics.com (Free Oracle Performance Monitoring)


Got questions? Get answers over the phone at Keen.com. Up to 100 minutes free!
http://www.keen.com Received on Sat Aug 05 2000 - 00:00:00 CDT

Original text of this message

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