Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Procedures : iap_activity

iap_activity
The iap_activity table holds the activity and steps which are configured for a given monitor record.
Structure
The iap_activity table has the following structure:
TABLE iap_activity(
monitor_id number(10) NOT NULL,
activity_id number(3) NOT NULL,
step_name varchar2(8) 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_activity table contains one row for each activity that is being monitored on a procedure or node. Rows are added, updated and deleted in the following situations.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved