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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: using dbms_output.put_line to write out a blank line

RE: using dbms_output.put_line to write out a blank line

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Mon, 25 Feb 2002 12:28:25 -0800
Message-ID: <F001.00417FCA.20020225122825@fatcity.com>


dbms_output.put_line (chr(10))

OR

dbms_output.put_line ('
 ');

-----Original Message-----
Sent: Monday, February 25, 2002 2:59 PM
To: Multiple recipients of list ORACLE-L

anyone know how to use dbms_output.put_line to write out a blank line?

tried this: dbms_output.put_line (' '); -- single space between the two single quotes

but it doesn't work.

thx

Bill Magaliff
Framework, Inc.
914-631-2322

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Magaliff, Bill
  INET: Bill.Magaliff_at_lendware.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Khedr, Waleed
  INET: Waleed.Khedr_at_FMR.COM
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Feb 25 2002 - 14:28:25 CST

Original text of this message

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