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: Workaround for the 1000000-byte output buffer limit?

Re: Workaround for the 1000000-byte output buffer limit?

From: <broeni_at_my-deja.com>
Date: Sun, 05 Sep 1999 03:23:17 GMT
Message-ID: <7qsnmt$72d$1@nnrp1.deja.com>


I assume that you are using the DBMS_OUTPUT package. Consider using the package UTL_FILE which (as far as I know) does not have such a limit and allows to flush the output file. Pitfall 1: The user oracle must have write permission in the directory where the output file is created.
Ptifall 2: in the init<db>.ora file add the line

           utl_file_dir = *

regards, Stephan

In article <7qsmlv$6c6$1_at_nnrp1.deja.com>,   Raiden Fighter <raiden_fighter_at_my-deja.com> wrote:
> Are there any tricks to bypass the 1000000-byte output buffer limit??
> (From the Oracle manual, it's impossible to flush the output buffer..
> why??)
>
> Thanks for your time.
> Lynx
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
>

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Sat Sep 04 1999 - 22:23:17 CDT

Original text of this message

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