Re: Question on SQLPLUS (to store query results in a file)

From: Dave Mausner <dmausner_at_brauntech.com>
Date: 1996/10/23
Message-ID: <54k6tg$f22_at_client2.news.psi.net>#1/1


In article <01bbc042$ccaec180$179fdd8e_at_jlaferriere.ey.ca>,

   "ERNST & YOUNG" <jlaferri_at_ey.ca> wrote:
>I set what it is needed to spool the output on a file. All is
>working ok, except that my output also appear in my
>log file. I dont want my output in the log file, but only in
>the file where I spool.

from the shell, use:
sqlplus -s scott/tiger <<EOF
set termout off
..
spool file.xxx
..
EOF

--
Dave Mausner, Consulting Manager, Braun Technology Group, Chicago.
Received on Wed Oct 23 1996 - 00:00:00 CEST

Original text of this message