Wait events [message #612814] |
Fri, 25 April 2014 03:19 |
|
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Hi,
What are the frequent and most occurring wait events in oracle ?
Thanks,
Jack
|
|
|
|
Re: Wait events [message #612816 is a reply to message #612814] |
Fri, 25 April 2014 03:38 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
"At this specific moment in time in your specific database" the answer would be something like
select event, seconds_in_wait
from v$session
WHERE seconds_in_wait > 0
|
|
|
|
|
|
Re: Wait events [message #612838 is a reply to message #612837] |
Fri, 25 April 2014 13:11 |
|
Michel Cadot
Messages: 68728 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Balaji/Ajit/Jack...,
I do not answer to obvious questions from you that do not require more than typing keywords in search field of the documentation. All your questions belong to this type.
As BlackSwan said, "You seem to be unqualified to be within 2 meters of any keyboard."
More than 2 years that we constantly repeat to you where is the documentation and how to search in it.
Either you are lazy either you are definitively unqualified; in both cases you should leave any Oracle job and search for something you are able to do.
[Updated on: Fri, 25 April 2014 13:13] Report message to a moderator
|
|
|
|
|