Description: Records the system privileges that are held by users.
Tablespace: SYSUSER
Indexes(Fields):
DSNAUH01(GRANTEE GRANTEDTS)
DSNAUX02(GRANTOR)
| Column name | Description | Data type |
|---|---|---|
| GRANTOR | Authorization ID of the user who granted the privileges. | NOT NULL |
| GRANTEE | Authorization ID of the user that holds the privilege. Could also be PUBLIC for a grant to PUBLIC. | NOT NULL |
| Internal use only | NOT NULL | |
| Not used | NOT NULL | |
| Not used | NOT NULL | |
| Not used | NOT NULL | |
| AUTHHOWGOT | Authorization level of the user from whom the privileges were received. This authorization level is not necessarily the highest authorization level of the grantor. ; blank
|
NOT NULL |
| Not used | NOT NULL | |
| BINDADDAUTH | Whether the GRANTEE can use the BIND subcommand with the ADD option: ; blank
|
NOT NULL |
| BSDSAUTH | Whether the GRANTEE can issue the RECOVER BSDS command: ; blank
|
NOT NULL |
| CREATEDBAAUTH | Whether the GRANTEE can create databases and automatically receive DBADM authority over the new databases: ; blank
|
NOT NULL |
| CREATEDBCAUTH | Whether the GRANTEE can execute the CREATE DATABASE statement to create new databases and automatically receive DBCTRL authority over the new databases: ; blank
|
NOT NULL |
| CREATESGAUTH | Whether the GRANTEE can execute the CREATE STOGROUP statement to create new storage groups: ; blank
|
NOT NULL |
| DISPLAYAUTH | Whether the GRANTEE can use the DISPLAY commands: ; blank
|
NOT NULL |
| RECOVERAUTH | Whether the GRANTEE can use the RECOVER INDOUBT command: ; blank
|
NOT NULL |
| STOPALLAUTH | Whether the GRANTEE can use the STOP command: ; blank
|
NOT NULL |
| STOSPACEAUTH | Whether the GRANTEE can use the STOSPACE utility: ; blank
|
NOT NULL |
| SYSADMAUTH | Whether the GRANTEE has system administration authority: ; blank
GRANTEE has the privilege with the GRANT option for a value of either Y or G. |
NOT NULL |
| SYSOPRAUTH | Whether the GRANTEE has system operator authority: ; blank
|
NOT NULL |
| TRACEAUTH | Whether the GRANTEE can issue the START TRACE and STOP TRACE commands: ; blank
|
NOT NULL |
| IBMREQD | A value of Y indicates that the row came from the basic machine-readable material (MRM) tape. | NOT NULL |
| MON1AUTH | Whether the GRANTEE can obtain IFC serviceability data: ; blank
|
NOT NULL WITH DEFAULT |
| MON2AUTH | Whether the GRANTEE can obtain IFC data: ; blank
|
NOT NULL WITH DEFAULT |
| CREATEALIASAUTH | Whether the GRANTEE can execute the CREATE ALIAS statement: ; blank
|
NOT NULL WITH DEFAULT |
| SYSCTRLAUTH | Whether the GRANTEE has SYSCTRL authority: ; blank
GRANTEE has the privilege with the GRANT option for a value of either Y or G. |
NOT NULL WITH DEFAULT |
| BINDAGENTAUTH | Whether the GRANTEE has BINDAGENT privilege: ; blank
|
NOT NULL WITH DEFAULT |
| ARCHIVEAUTH | Whether the GRANTEE is privileged to use the ARCHIVE LOG command: ; blank
|
NOT NULL WITH DEFAULT |
| Not used | NOT NULL WITH DEFAULT | |
| Not used | NOT NULL WITH DEFAULT | |
| GRANTEDTS | Time when the GRANT statement was executed. The value is '1985-04-01.00.00.00.000000' for the one installation row. | NOT NULL WITH DEFAULT |
| CREATETMTABAUTH | Whether the GRANTEE has CREATETMTABAUTH privilege: ; blank
|
NOT NULL WITH DEFAULT |
Adapted from material found in the IBM DB2 Universal Database for z/OS V8 SQL Reference (SC18-7426-02).