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: How to get output text immediately

Re: How to get output text immediately

From: G Quesnel <dbaguy_ott_at_yahoo.com>
Date: 14 Nov 2005 09:52:08 -0800
Message-ID: <1131990728.865526.152630@g14g2000cwa.googlegroups.com>


If you don't mind sending the output to the database server, you can use utl_file.putf and utl_file.fflush, in a similar way you would use dbms_out.put_line.
You can even pretty up the output by manipulating the output strings... (ex: utl_file.putf(v_filehandle, ' '||v_output_string4||' $(US)'||chr(10)||chr(10));
the above adds leading spaces and a couple of line feed at the end ) Received on Mon Nov 14 2005 - 11:52:08 CST

Original text of this message

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