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

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL with no output

Re: SQL with no output

From: mcstock <mcstockspamplug_at_spamdamenquery.com>
Date: Fri, 21 Nov 2003 22:07:28 -0500
Message-ID: <aMmdnRrc1b2QTiOiRVn-tA@comcast.com>


| Since the amount of data returned by the queries could be surprisingly
| large, spooling would produce unnecesary junk files and could impact
| elapsed time.

|

| Bye
| Rick Denoire

so? the 'junk' files will be overwritten by each execution -- and you can have your test script delete them

since your selecting the same rows ('executing the same SQLs after having made changes to the schema or init parameters) the overhead of spooling will be constant -- and aren't you eventually going to actually return data once you move from test to production?

sounds like it's time for the nike approach ('just do it!') ;-)

Received on Fri Nov 21 2003 - 21:07:28 CST

Original text of this message

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