From oracle-l-bounce@freelists.org  Mon Jun  6 12:51:01 2005
Return-Path: <oracle-l-bounce@freelists.org>
Received: from air891.startdedicated.com (root@localhost)
 by orafaq.com (8.12.10/8.12.10) with ESMTP id j56Hp1dn021841
 for <oracle-l@orafaq.com>; Mon, 6 Jun 2005 12:51:01 -0500
X-ClientAddr: 206.53.239.180
Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180])
 by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j56Hp1Ni021836
 for <oracle-l@orafaq.com>; Mon, 6 Jun 2005 12:51:01 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 571381B8E65;
 Mon,  6 Jun 2005 11:47:52 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 20317-10; Mon, 6 Jun 2005 11:47:52 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id D2F341BBAC8;
 Mon,  6 Jun 2005 11:47:51 -0500 (EST)
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
Subject: Spool To More than 1 File
Date: Mon, 6 Jun 2005 11:46:02 -0500
Message-ID: <E5D2567DDF0D03428A15664A78CA473C90A33F@pscdalpexch02.perotsystems.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Spool To More than 1 File
Thread-Index: AcVqriiZHuyjFlEbQfWhx28jv1WfGgACGiCw
From: "Post, Ethan" <Ethan.Post@ps.net>
To: <oracle-l@freelists.org>
X-OriginalArrivalTime: 06 Jun 2005 16:46:04.0102 (UTC) FILETIME=[3A627E60:01C56AB7]
X-archive-position: 20693
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-To: oracle-l-bounce@freelists.org
X-original-sender: Ethan.Post@ps.net
Precedence: normal
Reply-To: Ethan.Post@ps.net
X-list: oracle-l
X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on 
 air891.startdedicated.com
X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=ham version=2.63

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

