Re: Help! Writing to a list file

From: Jim Harrison <jim_at_colway.freeserve.co.uk>
Date: 2000/06/21
Message-ID: <8irei6$rrn$1_at_news5.svr.pol.co.uk>#1/1


[Quoted] If your output is less than 1Mb, the easiest way is to use:  dmbs_output.put_line('text');
don't forget to use set serveroutput on size(1000000) at the start of your session.
Failing that you can use UTL_FILE. Takes a bit more to set-up, but is far more flexible.

--
Jim Harrison
Colway Software and Design
www.colway.net

Evelyn Chepkonga <evelyn.chepkonga_at_memo.ikea.com> wrote in message
news:8irbbo$cja$1_at_mailgate.ikea.com...

> Hi folks,
> I am trying to write to a list file from a stored procedure using PL\SQL
> version 2.1. Anyone have any suggestions?
>
> thanks,
> Evelyn Chepkong'a
>
>
Received on Wed Jun 21 2000 - 00:00:00 CEST

Original text of this message