This table contains the user permissions for a specific
user. The information is contained on the User Permissions page of
a user.
Table 1. User group ID table (ARSUSRGRPID)
| Column Name |
Data Type |
Description |
| id |
INTEGER |
User identifier |
| owner_id |
INTEGER |
Identifier (uid or gid) with the permissions
specified by the perms field |
| perms |
INTEGER |
User authority for the group |
Table 2. Indexes for user group ID table
(ARSUSRGRPID)
| Index name |
Columns in index |
Type of index |
| arsusrgrpid_idx |
id, owner_id |
Unique cluster index for Db2; Unique index for Oracle and SQL Server |