RE: Spool To More than 1 File

  • From: "Lex de Haan" <lex.de.haan@xxxxxxxxxxxxxx>
  • To: <Eric.Buddelmeijer@xxxxxxxxxx>, <Ethan.Post@xxxxxx>, <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 7 Jun 2005 12:08:21 +0200

I asked a good old friend in SQL*Plus development his opinion, and he said (I
quote/paraphrase):
"Over the years, users have pretty much requested *any* behavior you can think
of.
 It doesn't fit with my 80/20 rule, and perhaps the user would be better off
using perl or php."

kind regards,

Lex.
 
------------------------------------------------------------------
Steve Adams Seminar http://www.naturaljoin.nl/events/seminars.html
------------------------------------------------------------------

-----Original Message-----
From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx] On
Behalf Of Eric Buddelmeijer
Sent: Tuesday, June 07, 2005 07:34
To: Ethan.Post@xxxxxx; oracle-l@xxxxxxxxxxxxx
Subject: RE: Spool To More than 1 File

Sorry,
Did not read carefully enough. I guess Tom Kyte has to write another post in his
blog about reading of questions after his post about the asking of questions.
And I  will have to read it, carefully.
http://tkyte.blogspot.com/2005/06/how-to-ask-questions.html
 

-----Oorspronkelijk bericht-----
Van: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx]
Namens Post, Ethan
Verzonden: maandag 6 juni 2005 18:46
Aan: oracle-l@xxxxxxxxxxxxx
Onderwerp: Spool To More than 1 File

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.
--
//www.freelists.org/webpage/oracle-l


--
//www.freelists.org/webpage/oracle-l



--
//www.freelists.org/webpage/oracle-l

Other related posts: