DBA_SYS_PRIVS describes system privileges granted to users and roles.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| GRANTEE | VARCHAR2(30) | NOT NULL | Grantee name, user, or role receiving the grant | 
| PRIVILEGE | VARCHAR2(40) | NOT NULL | System privilege | 
| ADMIN_OPTION | VARCHAR2(3) | Indicates whether the grant was with the ADMINoption (YES) or not (NO) |