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: Ubiquitous <weberm_at_polaris.net>
Date: Sun, 02 Feb 2003 16:30:56 -0600
Message-ID: <ZeqcneKKzMy9AaCjXTWcpw@comcast.com>


In article <a695a242.0211200642.c6c25c4_at_posting.google.com>, silversw2000_at_yahoo.com wrote:

>In PL-SQL I run the following SQL Script, and
>get the buffer overflow message; how do I get rid
>of the message, and/or increase the buffer?

Use the SET SERVEROUTPUT to a really high value (100,000 is the limit?) or ENABLE.SERVEROUTPUT(100000) (I _think_ that's the command) in the script. Received on Sun Feb 02 2003 - 16:30:56 CST

Original text of this message

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