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: append to a spool file

Re: append to a spool file

From: rob <rob_at_dsdelft.nl>
Date: Wed, 27 Jun 2001 09:52:26 +0200
Message-ID: <9hc3bq$hbj$1@news.tudelft.nl>

I think you'll have to resort to host commands:

spool tmp.lst
select * from dual;
spool off
host cat tmp.lst >> myfile.lst

spool tmp.lst
select * from dual;
spool off
host cat tmp.lst >> myfile.lst

Rob Received on Wed Jun 27 2001 - 02:52:26 CDT

Original text of this message

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