Search notes:

ORA-24247: network access denied by access control list (ACL)

Allow user RENE to use utl_http to connect to and resolve the host renenyffenegger.ch:
begin
   dbms_network_acl_admin.append_host_ace(
     host => 'renenyffenegger.ch',
     ace  =>  xs$ace_type(
        privilege_list => xs$name_list('connect', 'resolve'),
        principal_name =>'rene',
        principal_type => xs_acl.ptype_db
     )
   );
end;
/

See also

ORA-29273: HTTP request failed
utl_http
Other Oracle error messages

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...', 1759612258, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-24247_network-access-denied-by-access-control-list_ACL(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78