You were brought to this page based on an internet search
and as a free service to Oracle DBAs.
The text below is an except from the book,
Oracle Performance Firefighting, written by
Craig Shallahamer of
OraPub, Inc.
Figures and tables are not included on this page, only their reference.
To order the book in either print or PDF form, click
here.
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
-------------------------------
Besides calculating the typical mathematical statistics on the latency, such as the average and standard deviation, look for daily trends. It could be that during peak Oracle processing times, latency time skyrockets. Perhaps there is a lot of non-Oracle activity during this time, and the network is taking a beating, so the administrators are routing all other traffic (including your SQL*Net packets) around the problem! I have found that the network administrators may not know the Oracle system is experiencing network issues-that is, until you tell them about it. They are focused on support issues and ensuring the network is available (sounds like some DBAs I know).
Figure 4-23 is the result of sampling tnsping results once an hour for three months. There were 1,210 samples collected, the average latency was 47.90 ms, and 90% of all the samples were less than 47.38 ms. It might seem strange that the average latency is greater than the ninetieth percentile figure, but this is due to a few samples over 600 ms. For this particular application, service levels dictated the latency must be below 100 ms 90% of the time. Most applications require the latency to be within 20 ms or even 5 ms. So while there are clearly latency times greater then 100 ms, both the average and the ninetieth percentile figures meet service-level requirements.
Figure 4-23. This graph shows SQL*Net packet latency results taken once each hour over a three-month period. While there are no alarming trends, the average latency for the 1,210 samples is 47.90 ms.
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
|