![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
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.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)
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. |