You were brought to this page based on an internet search
and as a free service to Oracle DBAs.
The text below is an except from the book,
Oracle Performance Firefighting, written by
Craig Shallahamer of
OraPub, Inc.
Figures and tables are not included on this page, only their reference.
To order the book in either print or PDF form, click
here.
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
-------------------------------
Similar to the checkpoint incomplete wait event, if an online redo log is being archived, the log writer background process will not switch to it and begin writing until it has been archived. Doing so would destroy redo that has not yet been archived. If the log writer encounters a nonarchived redo log, it will stop writing and post the wait event log file switch (archive incomplete).
This wait event can be more difficult to resolve quickly because it can clash with recoverability requirements. There are two basic solution approaches:
* Slow down the log switching by increasing the number of online redo log groups and/or increasing the online redo log member size so the archive background process can catch up when the redo writing slows a bit.
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
|