Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL with no output
Rick Denoire <100.17706_at_germanynet.de> wrote in
news:v1dtrv0vorel62d9dfeo9kui0om0lmaf99_at_4ax.com:
> ed.prochak_at_magicinterface.com (Ed prochak) wrote:
>
>
>>Exactly what are you trying to benchmark?
>>One way to deal with the overhead when benchmarking is to make it >>consistent.
>>But in the end you seem to be interested in a DOS solution. Try asking >>in a Microsoft group how to execute a command in a DOS window, >>minimized (that way the "screen update" issue is bypassed).
Try a script like this
-- set termout off timing start 'Query Execution' -- query goes here select * from all_objects where owner in (select owner from all_objects where to_char(last_ddl_time) like '%2%' group by owner) / set termout on timing stop -- you can execute it from the command line like sqlplus user/pass_at_db @timing_script -- Martin Burbridge pobox 002 email is full of spam and never readReceived on Fri Nov 21 2003 - 21:04:08 CST
![]() |
![]() |