What is a checkpoint?

Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.

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 SHUTDOWN ABORT command), or a tablespace is taken offline using the NORMAL or TEMPORARY option. The database administrator can also force a checkpoint by executing the ALTER SYSTEM CHECKPOINT; statement. When a checkpoint occurs, the data files, online redo log files, and control files are all synchronized.


Rating:



Other articles

Click here to Article home

 
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us | News and Press Release | uCertify India
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.