Elapsed time in AWR report [message #530361] |
Mon, 07 November 2011 22:20 |
|
vattigunta
Messages: 32 Registered: August 2011 Location: India
|
Member |
|
|
Hi can anybody explain this
I have an AWR report based on two snapshots one an one hour time window, under the "SQL ordered by Elapsed Time" section, there is a query having Elapsed Time = 7012 seconds, which is almost two hours, how is this possible?
I have been told that this i aggregate value of all sessions, if it is so, could somebody explain it.
|
|
|
|
|
Re: Elapsed time in AWR report [message #530402 is a reply to message #530364] |
Tue, 08 November 2011 01:12 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
The elapsed time is the time between the start and the end of the statement.
If you have 10 concurrent sessions on one CPU executing a 1 second statement and assuming they start and end the statement at the same time (and use only CPU) then each statement will last 10 seconds and the total of elapsed time is 10*10 = 100 seconds in 10 seconds of real time.
Regards
Michel
|
|
|