Return-Path: <root@fatcity.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h45JQiB20762
 for <oracle-l@orafaq.net>; Mon, 5 May 2003 14:26:44 -0500
X-ClientAddr: 209.68.248.164
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h45JQiA20757
 for <oracle-l@orafaq.net>; Mon, 5 May 2003 14:26:44 -0500
Received: from fatcity.com (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id KAA76227;
 Mon, 5 May 2003 10:01:51 -0700 (PDT)
Received: by fatcity.com (26-Feb-2001/v1.0g-b72/bab) via UUCP id 0058FB80; Mon, 05 May 2003 09:17:04 -0800
Message-ID: <F001.0058FB80.20030505091704@fatcity.com>
Date: Mon, 05 May 2003 09:17:04 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "Gogala, Mladen" <MGogala@oxhp.com>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "Gogala, Mladen" <MGogala@oxhp.com>
Subject: RE: log file sync wait 
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 72; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain;	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

We're not talking about "_disable_logging", an ancient parameter
for cheating on benchmarks, are we? I've tried that and if anything
happens, the database doesn't come up. Other then the possibility 
that you might lose all your data, everything works fine and the
database is flying like a greased lightning.

Mladen Gogala
Oracle DBA
Phone:(203) 459-6855
Email:mgogala@oxhp.com


-----Original Message-----
Sent: Monday, May 05, 2003 5:07 AM
To: Multiple recipients of list ORACLE-L


Ganesh:

Not very true. Slower log files with bigger log buffers are the main
cause for log file sync waits. THis typically happens during a
transaction end, either commit or rollback will make others wait for
the log file sync.

To reduce this, you can keep the redo logs in the fastest disk, use
no-logging wherever you can, reduce the commits,tune the
sessions/processes parameter. And also there is an underscore parameter
which will completely eliminate the log_file_sync waits. But that is
against the Oracle's implementation of the ACID property in the
transactional database system. You can use them during batch loads,
benchmarks, _non_ production systems and test systems. But then the
committed transactions are not necessarily committed transactions.



--- ganesh_raja@non.agilent.com wrote:
> Ur Log file sync wait is mainly because your Log Buffer is small and
> every time Logwr Writes the redo into the Redo Logs your apps are
> waiting for the sync to complete. 
> 
> Run Your Lgwr in Parallel using IO Slaves or use Async_IO  parameter
> ro control it from OS.
> Increase the size of your LOGBuffer so that the ur App does not wait
> for the syncs..
> 
> HTH
> 
> Best Regards,
> Ganesh R

=====
Have a nice day !!
------------------------------------------------------------
Best Regards,
K Gopalakrishnan,
Bangalore, INDIA.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: K Gopalakrishnan
  INET: kaygopal@yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@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.net
-- 
Author: Gogala, Mladen
  INET: MGogala@oxhp.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@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).

