Home » RDBMS Server » Server Administration » LOG_CHECKPOINT_INTERVAL
LOG_CHECKPOINT_INTERVAL [message #56543] Mon, 07 April 2003 15:17 Go to next message
reshma
Messages: 10
Registered: January 2003
Junior Member
Hi,
an anybody Describe the significance of the parameter log_checkpoint_internal in instance recovery?

Thanks
Reshma
Re: LOG_CHECKPOINT_INTERVAL [message #56557 is a reply to message #56543] Tue, 08 April 2003 11:27 Go to previous message
Anand
Messages: 161
Registered: August 1999
Senior Member
LOG_CHECKPOINT_INTERVAL specifies the frequency of checkpoints in terms of the number of redo log file blocks that can exist between an incremental checkpoint and the last block written to the redo log. This number refers to physical operating system blocks, not database blocks.

Regardless of this value, a checkpoint always occurs when switching from one online redo log file to another. Therefore, if the value exceeds the actual redo log file size, checkpoints occur only when switching logs. Checkpoint frequency is one of the factors that influence the time required for the database to recover from an unexpected failure.

--------------------------------------------------------------------------------
Notes:

Specifying a value of 0 (zero) for LOG_CHECKPOINT_INTERVAL has the same effect as setting the parameter to infinity and causes the parameter to be ignored. Only nonzero values of this parameter are considered meaningful.

Recovery I/O can also be limited by setting the FAST_START_IO_TARGET or LOG_CHECKPOINT_TIMEOUT parameter or by the size specified for the smallest redo log. For information on which mechanism is controlling checkpointing behavior, query the V$INSTANCE_RECOVERY view.
Previous Topic: New Oracle User with certain privileges
Next Topic: Urgent please! Converting Client to Oracle Server
Goto Forum:
  


Current Time: Fri Sep 20 09:24:40 CDT 2024