Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Chapter 5 Procedures : iap_monitor

iap_monitor
The iap_monitor table holds the monitor ID records for each procedure and node. If a procedure or node has any activity monitoring configured, it is assigned a monitor ID. The monitor ID is then used when correlating between the iap_activity and iap_field tables.
Structure
The iap_monitor table has the following structure:
TABLE iap_monitor(
node_id
INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
monitor_id numeric(10) NOT NULL)
Primary Key
The following primary key is defined for this table.
Triggers
None.
Indexes
None.
Table Activity
The iap_monitor table contains one row for each procedure or node that has activity monitoring configured for it. Rows are added, updated and deleted in the following situations.

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.