Purpose
The information_schema.USER_PRIVILEGES view provides information about user privileges.
Note
This view is introduced since OceanBase Database V1.4.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| GRANTEE | varchar(81) | NO | The username of the user to which the privilege is granted. |
| TABLE_CATALOG | varchar(512) | NO | The name of the catalog to which the table belongs. |
| PRIVILEGE_TYPE | varchar(64) | NO | The type of the privilege. |
| IS_GRANTABLE | varchar(3) | NO | Indicates whether the privilege can be granted. |