Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: buffer overflow, limit of 2000 bytes (how to get around)
"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
![]() |
![]() |