Records the database authorities held by users.
Table 51. SYSCAT.DBAUTH Catalog View
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| GRANTOR | VARCHAR(128) |
| SYSIBM or authorization ID of the user who granted the privileges. |
| GRANTEE | VARCHAR(128) |
| Authorization ID of the user or group who holds the privileges. |
| GRANTEETYPE | CHAR(1) |
|
|
| DBADMAUTH | CHAR(1) |
| Whether grantee holds DBADM authority over the database:
|
| CREATETABAUTH | CHAR(1) |
| Whether grantee can create tables in the database (CREATETAB):
|
| BINDADDAUTH | CHAR(1) |
| Whether grantee can create new packages in the database (BINDADD):
|
| CONNECTAUTH | CHAR(1) |
| Whether grantee can connect to the database (CONNECT):
|
| NOFENCEAUTH | CHAR(1) |
| Whether grantee holds privilege to create non-fenced functions.
|
| IMPLSCHEMAAUTH | CHAR(1) |
| Whether grantee can implicitly create schemas in the database
(IMPLICIT_SCHEMA):
|
| LOADAUTH | CHAR(1) |
| Whether grantee has the privilege to use the LOAD utility:
|