What is a checkpoint?
What is a checkpoint?
Rating:
At certain time intervals, the database writer (DBWn) writes all the modified (dirty) buffers from the database buffer cache to the data files on the disk. This event is called a checkpoint. Whenever a checkpoint occurs, the checkpoint process (CKPT) signals the database writer (DBWn) and updates the control file and the headers of data files with the most recent system change number (SCN) to indicate the most recent checkpoint.
A checkpoint automatically occurs whenever a log switch occurs. A log switch occurs when the log writer (LGWR) stops writing to one online redo log group and starts writing to another online redo log group.
A checkpoint also occurs when a database is cleanly shut down (i.e., the database is not shut down using the
Rating:
Other articles
- What is DBMS_STATS package?
- What is database buffer cache?
- What is ORACLE_HOME?
- TheDatabase Configuration Assistant (DBCA) FEATURE
- What is the Automatic Workload Repository (AWR)?