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: Jérôme VUIBERT <jerome.vuibert_at_fleximage.fr>
Date: Mon, 28 Jul 2003 13:49:54 +0200
Message-ID: <3f250ddb$0$22139$626a54ce@news.free.fr>


I didn't know it was 1,000,000 characters per line. It seems far better now.

Thanks a lot for your help.

Jerome

"Niall Litchfield" <n-litchfield_at_audit-commission.gov.uk> a écrit dans le message de news: 3f250bc8$0$15041$ed9e5944_at_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:49:54 CDT

Original text of this message

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