Search notes:

Oracle: DBA_SYS_PRIVS

dba_sys_privs shows system privileges granted to users and roles.
This view comes in the two variants dba_sys_privs and user_sys_privs.
Show privileges for a given role or user:
select
   privilege,
   admin_option
from
  dba_sys_privs
where
  grantee = 'RNYFFENEGGER';
Github repository Oracle-Patterns, path: /Installed/data-dictionary/sys_privs/show-privs-for-specific-user.sql

See also

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