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: log file sync wait

RE: log file sync wait

From: K Gopalakrishnan <kaygopal_at_yahoo.com>
Date: Mon, 05 May 2003 01:06:36 -0800
Message-ID: <F001.0058F2D0.20030505010636@fatcity.com>


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.


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_at_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_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 Mon May 05 2003 - 04:06:36 CDT

Original text of this message

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