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: PL/SQL: Sending output to a text file possible ?

Re: PL/SQL: Sending output to a text file possible ?

From: Lun Wing San <rdbms_at_hkstar.com>
Date: 1997/04/19
Message-ID: <3358DAE9.4177@hkstar.com>#1/1

Atif Ahmad Khan wrote:
>
> I am writing a procedure that queries a few few tables and then
> uses the if-then-else statements to get some answers and output
> the data in html format. I ran into buffer overflow problems when
> I tried to use the dbms_output.put_line. Does anybody know how to
> handle this problem ?
>

  If you are using Oracle 7.3x, you can use UTL_FILE package to handle the problem of file I/ O.

-- 
***************************************************************************** 
*                                                                           *
* Please go to http://www.hkstar.com/~rdbms/oracle.htm to find other solns  *
*                                                                           *
***************************************************************************** 

---
Name   : Lun Wing San (Certified Oracle Database Administrator)

Title  : Oracle Database Administrator and System Administrator of QRC
Phone  : (852)27885841

This posting represents the personal opinions of the author. It is not the
official opinion or policy of the author's employer. Warranty expired when you
opened this article and I will not be responsible for its contents or use.
Received on Sat Apr 19 1997 - 00:00:00 CDT

Original text of this message

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