Buffer Limit was Re: DBMS_OUTPUT

From: Paul Yee <yobble_at_ihug.co.nz>
Date: Thu, 2 Jul 1998 19:27:33 +1200
Message-ID: <1dbk0a3.1s8wsjp1nh4x6qN_at_p52-max4.wlg.ihug.co.nz>


Dennis M. Hancy <dw724_at_cleveland.Freenet.Edu> wrote:

> How does one print a blank line using DBMS_OUTPUT?
>
> I tried this:
> DBMS_OUTPUT.PUT_LINE(' ');
>
> but it didn't work. Any ideas? Thanks.
>
>
>
> Dennis Hancy

I haven't tried it but -

dbms_output.NEW_LINE;
dbms_output.NEW_LINE;
?

While we are talking about dbms_output is there anyway to force the buffer to flush so you don't hit the 1000000 limit?

Paul Received on Thu Jul 02 1998 - 09:27:33 CEST

Original text of this message