Search notes:

Oracle: DBA_HOST_ACLS

dba_hsot_acls shows access control lists assigned to restrict access to network hosts through PL/SQL network utility packages.
select
   hcl.host,
   hcl.lower_port,
   hcl.upper_port,
   hcl.acl_owner,
   xce.ace_order,
   xce.start_date,
   xce.end_date,
   xce.grant_type,
   xce.inverted_principal,
   xce.principal,
   xce.principal_type,
   xce.privilege,
   xce.security_class,
   xce.security_class_owner,
   hcl.acl,
   hcl.aclid
from
   dba_host_acls hcl                        left join
   dba_xs_aces   xce on hcl.acl = xce.acl;

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