Search notes:

Oracle: ROLE_SYS_PRIVS

role_sys_privs lists which system privileges are assigned to the roles to which the current user has access.
select
  role,
  privilege,
  admin_option
from
  role_sys_privs
where
  role in ('CONNECT', 'RESOURCE')
order by
  role,
  privilege;
Github repository Oracle-Patterns, path: /Installed/data-dictionary/role/sys_privs/show-privs-for-specific-role.sql

See also

role_tab_privs
Oracle privileges

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...', 1758206914, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/role/sys_privs/index(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78