Containes one row for each user or group whi is granted USE privilege on a particular table space.
Table 90. SYSCAT.TBSPACEAUTH Catalog View
Column Name | Data Type | Nullable | Description |
---|---|---|---|
GRANTOR | VARCHAR(128) |
| Authorization ID of the user who granted USE privilege or SYSIBM. |
GRANTEE | VARCHAR(128) |
| Authorization ID of the user or group who hold the privileges. |
GRANTEETYPE | CHAR(1) |
|
|
TBSPACE | VARCHAR(18) |
| Name of table space. |
USEAUTH | CHAR(1) |
| Indicates whether grantee holds USE privilege on the table space:
|