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: dbms_output (buffer overflow)

Re: dbms_output (buffer overflow)

From: Chrysalis <cellis_at_iol.ie>
Date: 1997/02/19
Message-ID: <330AF6BE.4EB0@iol.ie>#1/1

Rami Juhela wrote:
>
> Is there any way to prevent buffer overflow when using
> dbms_output.put_line in PL/SQL -cursor loop? (Oracle7).
>
 

I presume you are executing your PL/SQL from SQL*Plus. So you need to specify SET SERVEROUT[PUT] ON SIZE nnnnn (Note that the ON is required, even if it is already on!) Received on Wed Feb 19 1997 - 00:00:00 CST

Original text of this message

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