LongSqlMonitor
DescriptionThe LongSqlMonitor monitors the database for active sessions executing sql statements whose execution time exceeds a configurable threshold. ConfigurationThe <LongSqlMonitor> may contain one <Default> element, which defines a default threshold. The <Default> element is configured with the following attribute:
The default threshold may be overridden by using one or more <User> elements, which are configured with the following attributes:
Example<LongSqlMonitor> <Default THRESHOLD="5"/> <User NAME="JSMITH" THRESHOLD="10"/> </LongSqlMonitor> In this example, TCAgent sends an when any JSMITH session runs a SQL statement that takes longer than 10 minutes to complete, or when any other session runs a SQL statement that takes longer than 5 minutes to complete. |
TCAgent Task IndexDatabase Monitor Tasks
Database Report Tasks
Database Utility TasksServer Monitor Tasks
Server Utility Tasks |