DBMS_OUTPUT question

From: Kevin Bass <akil1_at_mindspring.com>
Date: 1998/12/31
Message-ID: <76guq6$tul$1_at_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 CET

Original text of this message