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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Response time analysis and TKPROF

Re: Response time analysis and TKPROF

From: Greg Moore <sqlgreg_at_pacbell.net>
Date: Sun, 05 May 2002 16:03:29 -0800
Message-ID: <F001.00458615.20020505160329@fatcity.com>


If someone were to ask me whether a TKPROF report tells you anything about wait events, my first response would be No.

Yet what, if anything, can I learn from a quick glance at the totals for "CPU time" and "elapsed time"? If...

response time = service time + wait time

.... then is it correct to say:

If this is true, then from a TKPROF report, I could glance at these two totals and see whether wait events are significantly affecting the SQL statement.

Case #1: The two totals are very close. Waits are not affecting this SQL statement.

Case #2: Total CPU time is significantly less than total elapsed time. Waits are significantly affecting the statement. Consider running the SQL in a stand alone session, and use before and after snapshots of v$session_event to see what it's waiting on.

Are my assumptions true? And as Stephane points out, even if they are true, are they of any practical value? Personally, I think it would be kind of cool to be able to look at a TKPROF report and get a quick read on whether wait events are significantly affecting this particular SQL statement.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Greg Moore
  INET: sqlgreg_at_pacbell.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Sun May 05 2002 - 19:03:29 CDT

Original text of this message

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