Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Checkpoint & Redo ratio(High)

RE: Checkpoint & Redo ratio(High)

From: Diego Cutrone <dcutrone_at_afip.gov.ar>
Date: Fri, 18 Jan 2002 13:42:31 -0800
Message-ID: <F001.003F420A.20020118115636@fatcity.com>

Seema:

    Regarding the "Checkpoint not completed." message, make sure you're checkpointing only at redo log switches.

    Check loc_checkpoint_timeout and log_checkpoint_interval values.     If these values are OK and you still keep getting "Checkpoint not completed." messages in the alert.log
you should enlarge your redo logs.

HTH
Diego Cutrone

> Hi
> I checked my database and see redo ratio is high.
> I ran the folling query
> select (req.value * 5000) / entries.value "Redo Ratio"
> from v$sysstat req, v$sysstat entries
> where req.name = 'redo log space requests'
> and entries.name = 'redo entries';
> But the
> background checkpoints completed and background checkpoints started are
> having diffrence 1.
> When I do large insert and delete I receive message in alert log
> "Checkpoint not completed." but not regulary.
> My redo log file size is 20m.
> oracle is running on 8.1.6 on unix.
> LEt me know group suggestion.
> Thanks
> -Seema
>
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Seema Singh
> INET: oracledbam_at_hotmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Diego Cutrone
  INET: dcutrone_at_afip.gov.ar

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Fri Jan 18 2002 - 15:42:31 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US