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 -> DBMS_OUTPUT question

DBMS_OUTPUT question

From: Kevin Bass <akil1_at_mindspring.com>
Date: 1998/12/31
Message-ID: <76guq6$tul$1@camel21.mindspring.com>#1/1

The dbms_output.put_line comand can be set to its maximum using the following command(s):

SET serveroutput in size 1000000
or
dbms_output.enable(1000000)

How can the size be determine before it reaches its maximum of 1000000? Is there a way to monitor the size before it reaches its maximum of 1000000?

Thank you in advance for your cooperation.

Kevin Received on Thu Dec 31 1998 - 00:00:00 CST

Original text of this message

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