|
Measures reported by OraSqlWaitEventTest
This test monitors wait events generated by SQL queries, reveals the total number of such events and the their total wait time. The test additionally supports a detailed diagnosis capability, which when enabled, helps administrators identify the exact SQL query that has generated a time-consuming wait event. Using this information, administrators can easily fine-tune that query alone and make sure that such wait events do not recur.
The measures
made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Avg_time_sql_waited |
Indicates the average time the SQL queries waited during this measurement period.
|
Secs |
If this measure registers a high value, then you use the detailed diagnosis of this measure to nail the time-consuming SQL query.
|
| No_of_sql_wait |
Indicates the number of the SQL wait events under this wait class during this measurement period. |
Number |
|
|