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

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

Checkpoint & Redo ratio(High)

From: Seema Singh <oracledbam_at_hotmail.com>
Date: Thu, 17 Jan 2002 11:57:45 -0800
Message-ID: <F001.003F31AF.20020117112518@fatcity.com>

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). Received on Thu Jan 17 2002 - 13:57:45 CST

Original text of this message

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