Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 7 Cases : wait_step

wait_step
The wait_step table holds information about each step that is currently being waited for by a wait defined in the wait table.
Structure
The wait_step table has the following structure:
TABLE wait_step (
node_id number(5) NOT NULL,
proc_id number(5) NOT NULL,
wait_id number(10) NOT NULL,
step_id number(9) 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 indexes are defined for this table.
Storage
The following STORAGE values are defined for this table.
Table Activity
The wait_step table contains one row for each for each step currently being waited for.
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