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: Pb using UTL_FILE

Re: Pb using UTL_FILE

From: Tom Zamani <tomz_at_redflex.com.au>
Date: Tue, 8 Feb 2000 17:58:11 +1100
Message-ID: <87oeif$g49$1@perki.connect.com.au>


Why don't you write the line in two sections. eg

utl_file.put('512 chars');
utl_file.put('512 chars');
utl_file.put(chr(13));

or something like that

<bagnouls_at_hotmail.com> wrote in message news:87n0d3$ske$1_at_nnrp1.deja.com...
> Hi,
>
> I need to write a unique line that contains more than 1024 characters
> into a file. The functions PUT_LINE or PUT raise an exception when I try
> to do this.
>
> Does anyone have a solution for that problem ?
>
> Cyril (I'd rather have a answer by EMAIL please, thanks a lot)
> bagnouls_at_hotmail.com
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Feb 08 2000 - 00:58:11 CST

Original text of this message

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