ThresholdMonitor
DescriptionThe ThresholdMonitor generates an alert when an internal Oracle resource reaches a configurable percentage of the maximum value allowed, as defined by the Oracle initialization parameters. The monitored resources are processes, DML locks and open cursors. ConfigurationThe <ThresholdMonitorConfig> element is must contain between one and three <Parameter> elements; each <Parameter> element specifies one of the three resources to monitor:
Example<ThresholdMonitorConfig> <Parameter NAME="processes" THRESHOLD="70"/> <Parameter NAME="open_cursors" THRESHOLD="70"/> <Parameter NAME="dml_locks" THRESHOLD="70"/> </ThresholdMonitorConfig> In this example, TCAgent sends an alert when the number of database processes, open_cursors, or dml_locks exceeds 70% of the maximums defined by the initialization parameters. |
TCAgent Task IndexDatabase Monitor Tasks
Database Report Tasks
Database Utility TasksServer Monitor Tasks
Server Utility Tasks |