0 pts.
 About checkpoint
What is incremental chekpoint , partial chekpoint and full checkpoint. Can u tell me the user of fast_start_Mttr target when chekpoint is occuring at each 3second.

Software/Hardware used:
ASKED: September 9, 2005  9:55 AM
UPDATED: September 12, 2005  1:09 AM

Answer Wiki:
Hi, I am giving you the brief description of every type of checkpoints: Incremental Checkpoint: Incremental checkpointing improves the performance of crash and instance recovery (but not media recovery). An incremental checkpoint records the position in the redo thread (log) from which crash/instance recovery needs to begin. This log position is determined by the oldest dirty buffer in the buffer cache. The incremental checkpoint information is maintained periodically with minimal or no overhead during normal processing. Partial Checkpoint: When backup of a tablespace in an open database begins, a partial checkpoint is performed by every instance for the datafiles in that tablespace Full Checkpoint: In a full checkpoint, the database server flushes all modified pages in the shared-memory buffer pool to disk. When a full checkpoint completes, all physical operations are complete, the MLRU queue is empty, and the database server is said to be physically consistent. Fast_Start_MTTR_Target cause database checkpoint to occur whenever the expected time to recover the instance exceeds 5 seconds. So just check out your database for it. Hope it will help you. Regards Singh
Last Wiki Answer Submitted:  September 12, 2005  1:09 am  by  Singhmanish   0 pts.
All Answer Wiki Contributors:  Singhmanish   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _