Search notes:

Oracle role: CONNECT

select
   privilege,
   admin_option
from
   dba_sys_privs
where
   grantee = 'CONNECT';
--   
-- PRIVILEGE                                ADM
-- ---------------------------------------- ---
-- SET CONTAINER                            NO 
-- CREATE SESSION                           NO 
select count(*) from dba_tab_privs where grantee = 'CONNECT';
--
-- COUNT(*)
-- --------
--        0

See also

The resource role.
Oracle maintained roles

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:51 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(51): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(66): id_of(Object(PDO), 'uri', '/notes/developm...') #2 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759470520, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #3 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/security/roles/oracle-maintained/connect(56): insert_webrequest() #4 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 51