ROLE_SYS_PRIVS describes system privileges granted to roles. Information is provided only about roles to which the user has access.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| ROLE | VARCHAR2(30) | NOT NULL | Name of the role | 
| PRIVILEGE | VARCHAR2(40) | NOT NULL | System privilege granted to the role | 
| ADMIN_OPTION | VARCHAR2(3) | Indicates whether the grant was with the ADMINoption (YES) or not (NO) |