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: Nick Clark <NickC_at_dial.pipex.com>
Date: 1997/02/22
Message-ID: <330ED9F1.5A06@dial.pipex.com>#1/1

Chrysalis wrote:
`
` 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!)
`

Or you can use

DBMS_OUTPUT.ENABLE(100000); at the start of your script, which does the same thing ?

Nick.

-- 
+--------------====================------------------------+
| Nick Clark.  ####################   NickC_at_dial.pipex.com |
+--------------====================------------------------+
Received on Sat Feb 22 1997 - 00:00:00 CST

Original text of this message

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