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: Need help with DBMS_OUTPUT in PL/SQL script

Re: Need help with DBMS_OUTPUT in PL/SQL script

From: James Lorenzen <lorenzen_at_yuck.net>
Date: Tue, 20 Apr 1999 19:53:14 -0500
Message-ID: <200419991953140969%lorenzen@yuck.net>


In the script "set serveroutput on size 1000000". The default size is 2000 and trhe max size is 1,000,000.

HTH
    James
In article <MPG.1186ce76e4f44949989683_at_news.atl.bellsouth.net>, barry_k_at_bellsouth.net (barry) wrote:

>At the office we are running Oracle 7.2.?.?.? on HP-UX B.10.2 on an
>HP9000. One of my Oracle scripts contains a blockof PL/SQL code in which
>inside a cursor loop I inserted a DBMS_OUTPUT.PUT_LINE() call to display
>debugging information. The problem is that after a few dozen lines I
>received an error message from ORACLE stating that I had exceeded a
>buffer size for DBMS_OUTPUT. Is there any way to increase this buffer
>size ??
>
>TIA for all your help.

--

lorenzen_at_yuck.net             | Life is complex; it has
                              |   real and imaginary parts
Received on Tue Apr 20 1999 - 19:53:14 CDT

Original text of this message

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