Search notes:

Oracle: DBA_HOST_ACES

dba_host_aces shows access control entries (=ACE) defined in host access control lists.
This view comes in the variants dba_host_aces, user_host_aces and cdb_host_aces.
select
   ace.host,
   ace.lower_port,
   ace.upper_port,
   ace.ace_order,
   ace.start_date,
   ace.end_date,
   ace.grant_type,
   ace.inverted_principal,
   ace.principal,
   ace.principal_type,
   ace.privilege
from
   dba_host_aces ace;

See also

data dictionary

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