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

Re: log file sync

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 13 Oct 2006 14:33:23 +0100
Message-ID: <003301c6eecc$27e891d0$0200a8c0@Primary>

There are various types of recursive activity that could result in log file sync. For example, leaf block splits, and other activity relating to massive restructuring of indexes

Check the session stats for

        "leaf node splits"
and "transaction rollbacks"

Regards

Jonathan Lewis
http://www.oracle.com/technology/community/oracle_ace/ace1.html#lewis

The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Cost Based Oracle: Fundamentals
http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html

>
>
> On Thu, 12 Oct 2006, Alex Gorbachev wrote:
>
>> Maybe I missed something but, perhaps, you are not scoping your data
>> properly in time and/or sessions. If you don't have many XCTENDs than
>> you shouldn't have many log file sync waits either.
>>
>> You said "once the big chunk of processing starts...". In this case I
>> assume that this chunk is your business critical part you are keen to
>> optimize. Thus, you should limit analysis only to this part.
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 13 2006 - 08:33:23 CDT

Original text of this message

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