Purpose
ROLE_SYS_PRIVS displays system privileges granted to roles.
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. |
