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: Generating Blank Lines in SQLPlus

Re: Generating Blank Lines in SQLPlus

From: Valery Yourinsky <vsu_at_bill.mts.ru>
Date: Wed, 10 Jan 2001 09:52:34 +0300
Message-ID: <3A5C06B2.EE3CB162@bill.mts.ru>

"Kirk W. Conrad" wrote:
>
> I'm trying to use SQLPlus to extract database information from dba_...
> tables and create some scripts to run in unix using the spool statement. I
> need to get some blank lines in the scripts. Is there any way to do a blank
> line in SQLPlus? I can return a single line with "no rows selected" by using
> select * from dual where 1=2. If I could just get the "no rows selected" to
> not print I'd be okay. Basically, I need to do carraige return/line feeds.
> Any ideas?

   Use PROMPT command in SQL*Plus

Valery Yourinsky

-- 
Oracle8 Certified DBA
Received on Wed Jan 10 2001 - 00:52:34 CST

Original text of this message

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