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 ADMIN option (YES) or not (NO) |