Re: spool file
From: Daniel Fink <daniel.fink_at_optimaldba.com>
Date: Sun, 20 Dec 2009 14:23:08 -0700
Message-ID: <4B2E95BC.3090005_at_optimaldba.com>
Ignore the previous email. I misread it.
Date: Sun, 20 Dec 2009 14:23:08 -0700
Message-ID: <4B2E95BC.3090005_at_optimaldba.com>
Ignore the previous email. I misread it.
To create a spool file without any extension you have to use the method you describe or redirect the output from sql*plus. The problem with redirecting the output is you can have only one spool file per session.
oracle_at_daniel-desktop:~$ sqlplus -s / as sysdba <<EOF >>test
> select 'x' from dual;
> EOF
oracle_at_daniel-desktop:~$ ls -lart test
-rw-r--r-- 1 oracle oinstall 8 2009-12-20 14:21 test
oracle_at_daniel-desktop:~$ more test
'
-
x
oracle_at_daniel-desktop:~$
-- Daniel Fink OptimalDBA http://www.optimaldba.com Oracle Blog http://optimaldba.blogspot.com Lost Data? http://www.ora600.be/ Joe Smith wrote:Received on Sun Dec 20 2009 - 15:23:08 CST
> Is there a way to create a spool file without the .lst extension?
>
> I have seen examples of hosting out of the session and renaming the
> file , but is there a way to create the spool file from the beginning
> with no extension?
>
>
> thanks.
>
> ------------------------------------------------------------------------
> Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up
> now. <http://clk.atdmt.com/GBL/go/171222985/direct/01/>
-- http://www.freelists.org/webpage/oracle-l