Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, 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 number(5) NOT NULL,
proc_id number(5) NOT NULL,
monitor_id numberic(10) NOT NULL)
Primary Key
The following primary key is defined for this table.
Foreign Keys
The following foreign key is defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
The following index is defined for this table.
Storage
The following STORAGE values are defined for this table.
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 © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved