Checking System Privileges Granted to a Role

role_sys_privs stores system privileges have been granted to a role.

The columns in role_sys_privs:

ColumnTypeDescription
roleVARCHAR2(30)Name of the role
privilegeVARCHAR2(40)System privilege granted to the role
admin_optionVARCHAR2(3)Whether the privilege was granted with the ADMIN option (YES or NO)

SELECT * FROM role_sys_privs ORDER BY privilege;
Home »
Oracle »
User, Privilege, Role » 

Roles:
  1. Creating Roles
  2. Granting Roles to a User
  3. Checking Roles Granted to a User
  4. Checking System Privileges Granted to a Role
  5. Checking Object Privileges Granted to a Role
  6. Default Roles
  7. Revoking a Role
  8. Dropping a Role
Related: