How to get the list of admin roles in oracle database?
I would like to know if there is a document about administrator roles in Oracle. Even if there is a table or view inside Oracle database (like DBA_ROLES) with all details about the role, description and hierarchy.
For example: DBA role could be considered as an administrator role for all privileges and capabilities under it.
Thanks,