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: buffer overflow, limit of 2000 bytes (how to get around)

Re: buffer overflow, limit of 2000 bytes (how to get around)

From: John <junk_at_junk.com>
Date: Thu, 21 Nov 2002 09:14:58 +1100
Message-ID: <arh1d8$eg5$1@perki.connect.com.au>

"Jusung Yang" <JusungYang_at_yahoo.com> wrote in message news:130ba93a.0211201219.cad6c71_at_posting.google.com...
> Try :
>
> SET SERVEROUTPUT ON SIZE 1000000
>
> from SQL*PLUS b4 running the block or use
>
> dbms_output.enable(1000000)
>
> within the block.
>
> - Jusung Yang
>

would it have killed them to add a buffer flush routine? :/ Received on Wed Nov 20 2002 - 16:14:58 CST

Original text of this message

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