Re: DBMS_OUTPUT

From: Christopher Beck <clbeck_at_us.oracle.com>
Date: Wed, 01 Jul 1998 21:41:09 GMT
Message-ID: <359aacb8.23947935_at_dcsun4.us.oracle.com>


On 1 Jul 1998 18:08:12 GMT, dw724_at_cleveland.Freenet.Edu (Dennis M. Hancy) 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.
>

try:
dbms_output.put_line( chr(13) );

>
>
>Dennis Hancy
Received on Wed Jul 01 1998 - 23:41:09 CEST

Original text of this message