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: <pobox002_at_bebub.com>
Date: 9 Jul 2005 12:48:48 -0700
Message-ID: <1120938528.630359.60390@z14g2000cwz.googlegroups.com>


Billy wrote:
> 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.
>

set recsep off

to turn it off, and

set recsep wrap

to put it back to default.

Hth

-- 
mjb
Received on Sat Jul 09 2005 - 14:48:48 CDT

Original text of this message

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