ActiveSessionMonitor
DescriptionThe ActiveSessionMonitor generates an alert when the sum of active Oracle sessions exceeds a threshold for some number of consecutive samples. This task is particularly useful for detecting problems with web applications when database sessions stop executing requests in a timely manner, causing an increased number of active sessions. ConfigurationThe <ActiveSessionMonitorConfig> element is configured with the following attributes:
Example<ActiveSessionMonitorConfig MAX_SESSIONS="40" SAMPLES="3" STATEMENT_THRESHOLD="5"/> In this example, TCAgent generates an alert it detects more than forty active sessions during three consecutive task executions. Identical SQL statements being executed by more than five active sessions are included in the alert attachment. |
TCAgent Task IndexDatabase Monitor Tasks
Database Report Tasks
Database Utility TasksServer Monitor Tasks
Server Utility Tasks |