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: Writing more than 1,000,000 characters with UTL_FILE ?

Re: Writing more than 1,000,000 characters with UTL_FILE ?

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Mon, 28 Jul 2003 12:40:56 +0100
Message-ID: <3f250bc8$0$15041$ed9e5944@reading.news.pipex.net>


Do you need to write more than 1 million bytes *per line*. normally you would write a line at a time using put_line.

-- 
Niall Litchfield
Oracle DBA
Audit Commission UK
"Jérôme VUIBERT" <jerome.vuibert_at_fleximage.fr> wrote in message
news:3f24f4a7$0$22110$626a54ce_at_news.free.fr...

> Hi.
>
>
> Does someone know how to write more than 1,000,000 characters in w file
with
> the UTL_FILE package, or may i count the length of each writing, then
close
> the file and reopen it in append mode ?
>
> Thanks for you help.
>
> Jerome
>
>
Received on Mon Jul 28 2003 - 06:40:56 CDT

Original text of this message

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