Login
Register
Questions
Unanswered
Categories
Users
Ask a Question
Welcome to ViSolve Knowledge Space!! An attempt to transform Queries and Solution into a Knowledge Pool with member community expertise.
All categories
Migration to Linux
(11)
Linux Administration
(5)
HP-UX Administration
(7)
HP 9000 Containers
(9)
Oracle
(11)
MySQL
(5)
PostgreSQL
(4)
OpenSource Apps
(2)
Virtualization
(37)
Others
(11)
Incremental Checkpoints
What is incremental Checkpoints? how it differs from normal checkpoints?
Posted
4 Months
ago
in
Oracle
by
anonymous
1 Answer
Checkpointing is the act of flushing the dirty buffers from the cache. This is basically done to make sure that in the case of instance crash,Oracle should be able to recover theinstance with minimum dirty buffers. Now , as the cache being quite large, if the whole cache has to be recovered, it will take a huge time. Thus, there is a periodic flush of it which is controllable by manuall. This kind of checkpointing is called Incremental checkpointing. The incremental checkpointing is basically the information of the most oldest dirty buffer's address(RBA) which is recorded in the control file so that it knows that in order of a crash,from where it has to start the recovery. This list of dirty buffers is maintained in the checkpoint queue which is one per workarea within the buffer cache.
In incremental checkpoint process, CKPT process records lowest Low RBA to the control file to keep advancing the Buffer checkpoint Queue (BCQ) to make easy and fastest Active Checkpoint Queue (ACQ).
Answered
4 Months
ago
by
Ranjith
(
1,360
Points)
Related questions
1
answer
Instantaneous and cumulative hit ratio used for tuning
Posted
1 year
ago
in
Oracle
by
Ranjith
(
1,360
Points)
1
answer
RMAN and its benefits
Posted
1 year
ago
in
Oracle
by
Ranjith
(
1,360
Points)
1
answer
difference between ARCHIVELOG mode and NOARCHIVELOG mode
Posted
1 year
ago
in
Oracle
by
Ranjith
(
1,360
Points)
1
answer
difference between a hot backup and a cold backup
Posted
1 year
ago
in
Oracle
by
Ranjith
(
1,360
Points)
1
answer
Areas where tuning of database is required?
Posted
1 year
ago
in
Oracle
by
Ranjith
(
1,360
Points)