![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The user_memb table defines users’ membership of groups.TABLE user_memb (
node_id number(5) NOT NULL,
user_id number(6) NOT NULL,
group_id number(6) NOT NULL)
The user_memb table contains one row for every user/group member relationship defined on the system. For example, if a user is a member of three different groups, there are three rows for that user in this table.
a Move System Information is performed, if the flag_table indicates that the Users data area has been modified.Note: The table is purged and rewritten using the values from the tsys_user_names table. 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. |