Cabinet permissions table (ARSCABPERMS)
This table maintains permissions specifications for cabinets.
Column Name | Data Type | Description |
---|---|---|
id | INTEGER | User identifier |
cid | INTEGER | Cabinet identifier |
perms | INTEGER | User permissions for the cabinet |
Index name | Columns in index | Type of index |
---|---|---|
arscabperms_idx | cid, id | Unique cluster index for Db2; Unique index for Oracle and SQL Server |