Search notes:

Oracle: DBA_ROLES

dba_roles lists the available roles.
select
  role,
  password_required,
  authentication_type,
  common,
  oracle_maintained
from
  dba_roles
order by
  oracle_maintained,
  role;
Github repository Oracle-Patterns, path: /Installed/data-dictionary/roles/show.sql

See also

dba_role_privs lists the users and roles to whom roles are granted.
dba_connect_role_grantees
The attribute ORACLE_MAINTAINED contains a Y if the corresponding role is maintained by Oracle.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759470794, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/roles/index(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78