GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  System Architecture

 Print  |  
Question:  What is the function of checkpoint (CKPT)?

Answer: The Checkpoint (CKPT) process is responsible for signaling  DBWR  at checkpoints  and updating all the data files and control files of the database.


February 02, 2009 08:26:42 #7
 gyanudba   Member Since: January 2009    Total Comments: 2 

RE: What is the function of checkpoint(CKPT)?
 
Ckpt (checkpoint) is a background process. It synchronize SCN of all the database files like datafiles, control files and redo log files.
     

 

Back To Question