| Sql_service_response |
This measure indicates time taken by the Oracle server to process SQL queries and send the result-set back to the user.
|
Secs |
Ideally, the value of this measure should be low. If this measure shows high value then you must check which event takes more time.
The response time for SQL queries can also increase due to any of the following factors:
- A resource contention;
- An object lock;
- Inefficient SQL queries
|
| Resp_time_per_txn |
Indicates the average time taken by the Oracle database server to process every transaction. |
Secs |
Ideally, the value of this measure should be low. If this measure, records a high value then it indicates that the Oracle database server takes more time to respond to user transactions.
We suggest that you identify the queries that are responsibelf ro this, and fine-tune them for efficiency.
|