Hi,
Here is one more head proning topic.
With respect Oracle 8i
If the redo log file size is 1MB,that is 2000 OS blocks; if the OS block size is 512 KB,then setting the parameter log_checkpoint_interval to 500 will initiate a checkpoint when the redo log file is 1500 blocks full.
Now my question:Is there any formula to caluculate it?.I tried most possible methods to get 1500 and Hmmmm,I could not succeed.
If you set LOG_CHECKPOINT_INTERVAL = 500,
OS Block Size is 512 Bytes and
the redo log file size is 1MB, then for every 256,000 bytes written in the redo log file, checkpoint will occur.
Also note down, if Logical Volume Manager is configured, then LVM OS Block Size will override the OS Block Size.
There is no formula.
Just set LOG_CHECKPOINT_INTERVAL=1500 so that when even 3/4th of redo is filled, checkpoint will occur.
Ok After writing 256000 bytes to Redo logfile Check Point Occurs.
Hint : 500 * 512.
But in the Book he says setting parameter to 5oo will initiate a checkpoint when redolog file is 1500 blocks full.
How ?
Bookmarks