![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The user_names table holds the names of all iProcess user and group queues registered on the system.TABLE user_names (
node_id number(5) NOT NULL,
user_id number(6) NOT NULL,
user_name varchar2(64) NOT NULL,
user_type varchar2(1) NOT NULL)
Note: Users and groups have separate ID sequences, as defined in the user_type column, so both a user and a group can have the same user_id value.
This key enforces the DELETE CASCADE referential action.
a Move System Information is performed, if the flag_table indicates that the Users data area has been modified. a Move System Information is performed, if the flag_table indicates that the Users data area has been modified.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |