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

Home -> Community -> Usenet -> c.d.o.tools -> Re: how to spool via sqlplus without the number of lignes selected

Re: how to spool via sqlplus without the number of lignes selected

From: Dennis <dwehlman_at_my-deja.com>
Date: Wed, 13 Dec 2000 16:54:21 GMT
Message-ID: <9189jp$qs7$1@nnrp1.deja.com>

And you can

set echo off
set term off
set pages 0

to prevent empty lines and other sqlplus output.

Dennis

In article <915qj5$qhq$1_at_nnrp1.deja.com>,   dmarcus48_at_my-deja.com wrote:
> Matthieu,
>
> Just type 'set feedback off' before the spool command, and you
> won't get the number of lines.
>
> Dave Marcus
>
> In article <915p3h$8db$1_at_reader1.imaginet.fr>,
> "Matthieu Smits" <m.smits_at_directfinance.com> wrote:
> > Hello,
> >
> > I d like to know how to spool in a file without writting
> > the number of lignes selected in the spooled file.
> > Thank you for your time.
> >
> >
>
> Sent via Deja.com
> http://www.deja.com/
>

Sent via Deja.com
http://www.deja.com/ Received on Wed Dec 13 2000 - 10:54:21 CST

Original text of this message

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