Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: DBMS_OUTPUT question

Re: DBMS_OUTPUT question

From: Jonathan Gennick <gennick_at_worldnet.att.net>
Date: 1999/01/02
Message-ID: <3690625a.12492120@netnews.worldnet.att.net>#1/1

On Thu, 31 Dec 1998 17:43:57 -0500, "Kevin Bass" <akil1_at_mindspring.com> wrote:

>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?

Not that I am aware of, at least not a method built into Oracle. I imagine that you could write your own PL/SQL procedure to sit between your code and the dbms_output code and keep track of how many bytes were passed through it.

Jonathan Received on Sat Jan 02 1999 - 00:00:00 CST

Original text of this message

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