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

Home -> Community -> Mailing Lists -> Oracle-L -> Spool To More than 1 File

Spool To More than 1 File

From: Post, Ethan <Ethan.Post_at_ps.net>
Date: Mon, 6 Jun 2005 11:46:02 -0500
Message-ID: <E5D2567DDF0D03428A15664A78CA473C90A33F@pscdalpexch02.perotsystems.net>


One thing I would like to see is the ability to spool output from SQL*Plus to more than one file at a time. I am writing a script in which I am spooling the results of each command to "foo" and then grepping the foo file for the elapsed time and putting it in a log file using "!grep ...". The problem with this method is that I can't spool the results of the entire script to another file in the event I want to see the detail. I could use some "cat" commands to keep moving the results but this seems like a pretty easy and perhaps usefull feature.

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jun 06 2005 - 12:51:01 CDT

Original text of this message

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