|
Measures reported by OraCumLogonTest
User logons serve as good indicators of how applications are using the databases on the Oracle server. Abuse/inefficient use of the database can severely hamper the performance of the corresponding application.
This test reports the number of user logons that has occurred per second in each Oracle database on a monitored Oracle server.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Cum_logon_count |
Indicates the rate at which the users are logged on in this Oracle database. |
Number/sec |
A high logon rate may indicate that an application is inefficiently accessing the database. Database logon's are a costly operation. If an application is performing a logon for every SQL access, that application will experience poor performance as well as affect the performance of other applications on the database. If there is a high logon rate try to identify the application that is performing the logons to determine if it could be redesigned such that session connections could be pooled, reused or shared. |
|