Search notes:

Oracle: checkpoint

A checkpoint corresponds to an SCN in the database's redo thread.
The SCN of the latest checkpoint indicates where recovery must start when needed.
Checkpoints are recorded in
The checkpoint information is written to the datafile headers the control file by the CKPT background process.
CKPT also signals DBWR to write blocks to disk.
The information of a checkpoint includes
Checkpoints are necessary for recovery.
The time it takes to recover depends on how old the most recent checkpoint is: the newer it is, the less time it takes. Therefore, frequent checkpoints generally reduce recovery time, at the expense of possible database performance degradation.
The goals of checkpoints are
A checkpoint is performed

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...', 1758206880, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/architecture/processes/background/CKPT/checkpoint/index(72): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78