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: Silly little sqlplus question :)

Re: Silly little sqlplus question :)

From: Billy <vslabs_at_onwe.co.za>
Date: 8 Jul 2005 05:56:54 -0700
Message-ID: <1120827414.320826.270270@f14g2000cwb.googlegroups.com>


grz02 wrote:

> Now, my problem is that the output file will have a blank line
> before each row of output, i.e:

Actually is a linefeed between result sets - thus a linefeed after each command submitted by SQL*Plus to Oracle.

One way around it is to UNION ALL the separate SELECT statements - but that may not be possible (different projections cannot be unioned).

If there is a SQL*Plus command that allows this linefeed to be dynamically enabled and disabled, I would like to know too.

--
Billy
Received on Fri Jul 08 2005 - 07:56:54 CDT

Original text of this message

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