Information on all the USAGE privileges that the current authorization identifier has or which it has granted.
Column name | Data type | Contents | ||||
GRANTOR | CHAR (18) | Authorization identifier that granted the | ||||
GRANTEE | CHAR (18) | Authorization identifier granted the privilege or | ||||
OBJECT_CATALOG | CHAR (18) | Database name | ||||
OBJECT_SCHEMA | CHAR (31) | Name of the schema containing the sort | ||||
OBJECT_NAME | CHAR (18) | Name of the storage group, sort sequence or | ||||
OBJECT_TYPE | CHAR (18) | Object to which the privilege applies: | ||||
PRIVILEGE_TYPE | CHAR (18) | USAGE | ||||
IS_GRANTABLE | VARCHAR (3) |
|
Table 101: USAGE_PRIVILEGES view of the INFORMATION_SCHEMA