Xref: alice comp.databases.oracle.server:56449
Path: alice!news-feed.fnsi.net!news.idt.net!newsfeed.mathworks.com!cam-news-hub1.bbnplanet.com!atl-news-feed1.bbnplanet.com!news.gtei.net!news.ipass.net!not-for-mail
From: "David Sisk" <davesisk@ipass.net>
Newsgroups: comp.databases.oracle.server
References: <7lsvlv$j0$1@toto.tig.com.au>
Subject: Re: Online redo log tuning
Lines: 68
X-Newsreader: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
Message-ID: <gsUg3.35$w3.109@news.ipass.net>
Date: Wed, 7 Jul 1999 23:05:58 -0400
X-Complaints-To: abuse@ipass.net
X-Trace: news.ipass.net 931402636 209.170.133.235 (Wed, 07 Jul 1999 22:57:16 EDT)
NNTP-Posting-Date: Wed, 07 Jul 1999 22:57:16 EDT
Organization: iPass.Net

Dave:

These are all excellent questions.  See the Performance Tuning section of my
web-site.  (It's specific to NT, but all the rules and queries are the same
for any platform).  I think you'll find most of the answers there.....

Good luck,

--
David C. Sisk
The Unofficial ORACLE on NT site
http://www.ipass.net/~davesisk/oont.htm


Dave Waterworth wrote in message <7lsvlv$j0$1@toto.tig.com.au>...
>Hi,
>
>I'm currently tuning a database that is to be used as a emergency backup if
>a main server fails. It's running on a 256Meg server with only one disk.
>I've got a few question re the online redo logs and how there config
affects
>tuning.
>
>One session periodically loads a large amount of data into the system
>(deleting 50000 records, then replacing with 50000 new records, over about
>10 tables). I need to make sure this transaction doesn't peg the system
>(there are only a couple of other sessions active but they may be querying
>the same tables that are being deleted.
>
>I've set up the SGA to be 100Meg with 30Meg Redo Buffer which gives me
>pretty acceptible performance but the disk is still very busy during the
>insert. Using diskmon I see that the online redo logs are the culprits, I
do
>not care about recovert at all.
>
>1. I don't need to archive the redo logs, will increasing there size and
>hence reduce the frequency of log switches have much effect on performance
>or are log switches fairly cheap?
>
>2. With only 2 1M redo log files, is there a chance that the check pointing
>of log 1 is still in process when log is full, or is the check point
process
>pretty quick? Does checkpointing block a log switch? Does it matter if a
>single transaction fills all of the online logs then starts to overwrite
the
>initial file again?
>
>3. The log_checkpoint_interval is set to 10000 which I thinks means that
I'm
>checkpointing far more frequenctly than necessary. How do I disable this,
do
>I delete the entry in init.ora, set it to zero or a larger value?
>
>4. What exactly does the message checkpoint not complete mean and how do I
>eliminate it
>
>5. I notice that the starter database has two redo log groups, I assume
that
>both are being written too simultaneously which makes no sense on a single
>CPU single disk machine.
>
>Thanks in advance
>
>Dave Waterworth
>
>


