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 Command to report time to execute

Re: SQL Command to report time to execute

From: Vitaliy Mogilevskiy <vit100gain_at_earthlink.net>
Date: Tue, 16 Feb 1999 15:00:27 -0800
Message-ID: <7act97$eo6$1@ash.prod.itd.earthlink.net>


It's also true on Windows NT (tkprof)

Vitaliy Mogilevskiy

    Benjamin Butler wrote in message <36C9F466.A938CAE3_at_lineone.net>...     Hello.
    In SQLPlus 3.* there is in the Options menu, set timer on which will = return the time taken to execute your SQL. Alternatively you can set the = trace on before you run your SQL and then set it off again to create a = trace file. You can then use tkprof (in Unix) to run the file and this = will give you a whole wealth of statistics about your SQL. Speak to your = DBA for more details on how to do this.

    Ben

    joe.geter_at_somills.com wrote:

        What SQL command will give the time it takes to return data from = issuing

        a select statement? 
        TIA, 

        Joe

      



Received on Tue Feb 16 1999 - 17:00:27 CST

Original text of this message

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