dbTalk Databases Forums  

Checkpoint not complete

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Checkpoint not complete in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael
 
Posts: n/a

Default Checkpoint not complete - 09-14-2009 , 08:30 AM






I am receiving the following message in my alert log and can find no
documentation explaining what this error means or how to correct it.


Thanks,
Michael

Reply With Quote
  #2  
Old   
Michel Cadot
 
Posts: n/a

Default Re: Checkpoint not complete - 09-14-2009 , 11:16 AM






"Michael" <mbulchand (AT) gmail (DOT) com> a écrit dans le message de news:
2b047962-b90e-44f7-a422-cb9b0cd6e2b6...oglegroups.com...
Quote:
I am receiving the following message in my alert log and can find no
documentation explaining what this error means or how to correct it.


Thanks,
Michael
Search again, for instance on Google.

Regards
Michel

Reply With Quote
  #3  
Old   
joel garry
 
Posts: n/a

Default Re: Checkpoint not complete - 09-14-2009 , 11:26 AM



On Sep 14, 6:30*am, Michael <mbulch... (AT) gmail (DOT) com> wrote:
Quote:
I am receiving the following message in my alert log and can find no
documentation explaining what this error means or how to correct it.

Thanks,
Michael
The answers vary somewhat by version. In general it is not a fatal
error as long as it isn't compounding until things die, but it
indicates a misconfiguration of some sort, and likely a performance
problem. In older versions, you might need to configure a checkpoint
process.

So, what version/OS version are you on, and how often are you getting
the error? Are users complaining? How have you configured your log
buffer size? How big are your redo logs and how often are they
switching?

jg
--
@home.com is bogus.
Marketing, feh.
http://www3.signonsandiego.com/stori...tch/?uniontrib

Reply With Quote
  #4  
Old   
Mark D Powell
 
Posts: n/a

Default Re: Checkpoint not complete - 09-15-2009 , 08:55 AM



On Sep 14, 12:26*pm, joel garry <joel-ga... (AT) home (DOT) com> wrote:
Quote:
On Sep 14, 6:30*am, Michael <mbulch... (AT) gmail (DOT) com> wrote:

I am receiving the following message in my alert log and can find no
documentation explaining what this error means or how to correct it.

Thanks,
Michael

The answers vary somewhat by version. *In general it is not a fatal
error as long as it isn't compounding until things die, but it
indicates a misconfiguration of some sort, and likely a performance
problem. *In older versions, you might need to configure a checkpoint
process.

So, what version/OS version are you on, and how often are you getting
the error? *Are users complaining? *How have you configured your log
buffer size? *How big are your redo logs and how often are they
switching?

jg
--
@home.com is bogus.
Marketing, feh.http://www3.signonsandiego.com/stori...akers-turn-sim...
A "checkpoint not complete" message in the alert log pretty much has
always been an indication that the online redo logs are sized too
small for the amount of redo being generated so that another log
switch takes place before the checkpoint of the previous switch could
be completed.

Take a look at the alert log or use v$log_history to determine the
time between switches. In the absence of Data Guard I aim for 24 - 48
switches per 24 hours. That is one switch every 30 - 60 minutes on
average. If you use Data Guard and you log ship then you generally
want smaller redo logs and will aim for a higher switch total but even
so you need to make sure the online redo logs are not badly
undersized.

Too many log switches too close together so that multiple checkpoint
not complete messages occur can result in Oracle stopping current
activity so that it completes a check point.

HTH -- Mark D Powell --

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.