Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Checkpoint ...
Hi Tanel,
Thanks for your inputs. I have given my understanding would request you to provide your inputs.
There are two kinds of checkpoints that happen( Full checkpoint and Incremental Checkpoint)
Full Checkpoint happens during ----------------------------- 1. Log switch 2. Alter system switch logfile 3. Alter system checkpoint 4. Tablespace offline 5. Begin backup mode of a tablespace 6. Shutdown Normal/Immediate A full checkpoint updates the datafile header with the SCN andupdates the controlfile with the SCN
Incremental Checkpoint happens during ------------------------------------- 1. DB_MAX_DIRTY_TARGET(8i) 2. FAST_START_MTTR_TARGET(9i) 3. LOG_CHECKPOINT_INTERVAL 4. FAST_START_IO_TARGET A incremental checkpoint updates only the controlfile.
Is my understanding correct?
Thanks and Regards
Sriram Kumar
-----Original Message-----
Sent: Friday, January 16, 2004 9:39 PM
To: Multiple recipients of list ORACLE-L
> > Whenever checkpoint happens datafile header scn and controlfile
> > scn will be in sink. Is my assumption is right? Is there any other
> > scenarios where checkpoint only update controlfile and doesn't
> > update datafile header? Agreed, during "begin backup" mode datafile
> > header will be frozen.. Other than that any scenarios?
>
> Note that not the *whole* header of a datafile is *not* frozen during
backup
> mode, only the checkpoint_scn and checkpoint_time structure in it are
> (+ possibly few others), but for example checkpoint_count for this
> datafile still keeps incrementing due checkpoints.
I got too carried away with "not"-s here... Anyway, the idea is that only few structures in datafile header are frozen during backup mode, but some may change as usual.
Tanel.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Tanel Poder INET: tanel.poder.003_at_mail.ee Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). DISCLAIMER: This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: <k.sriramkumar_at_iflexsolutions.com INET: k.sriramkumar_at_iflexsolutions.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Sun Jan 18 2004 - 23:09:25 CST
![]() |
![]() |