Search notes:

Oracle: Dead Connection Detection (DCD)

Dead Connection Detection (DCD) attempts to detect the unexpected loss of an Oracle connection where the client does not properly disconnect itself from the session.
DCD can also be used to keep database connections alive accross a firewall where the firewall is configured to terminate idle connections.
DCD is enabled by setting the sqlnet.ora parameter sqlnet.expire_time on the server.
With DCD, the server sends probe packets in the intervals specified by the sqlnet.expire_time value.

See also

ORA-03135: connection lost contact
KB167794

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...', 1790245111, '216.73.216.208', 'Mozilla/5.0 App...', NULL) #3 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/Net/DCD(48): insert_webrequest() #4 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 51