Feature
ROLE_SYS_PRIVS describes system privileges granted to roles.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| ROLE | VARCHAR2(128) | NO | The name of the role. |
| PRIVILEGE | VARCHAR2(40) | NO | The system privilege granted to the role. |
| ADMIN_OPTION | VARCHAR2(3) | NO | Indicates whether the role was granted with the ADMIN option. |