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 -> Re: DBMS_OUTPUT.PUT_LINE for long strings

Re: DBMS_OUTPUT.PUT_LINE for long strings

From: Ricardo Rocha <rrocha_at_mindspring.com>
Date: 1997/08/21
Message-ID: <5tihaq$fdf@camel3.mindspring.com>#1/1

To output each chunk use "dbms_output.put " instead of "dbms_output.put_line". This procedure outputs the buffer without appending a newline. A final call to "dbms_output.new_line" will complete each line. Received on Thu Aug 21 1997 - 00:00:00 CDT

Original text of this message

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