Re: log file sync
- From: "Alex Gorbachev" <gorbyx@xxxxxxxxx>
- To: oracle@xxxxxxxxxxxx
- Date: Thu, 12 Oct 2006 22:57:56 -0400
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.
On 10/10/06, oracle@xxxxxxxxxxxx <oracle@xxxxxxxxxxxx> wrote:
On Tue, 10 Oct 2006, Christian Antognini wrote:
> For every commit there is a line in the tracefile. You can use a command
> like the following one to count them:
>
> grep "XCTEND rlbk=0" <tracefile> | wc -l
hi - did that already - once the big chunk of processing starts there are
no XCTENDs until near the very end. That is what is puzzling - I can't
see performance problems writing to the disks and I don't see lots of
XCTENDs... I do not know if XCTEND is issued when a cursor commits and
the other cursors are still open doing work...
Thanks!
--
http://www.freelists.org/webpage/oracle-l
--
Best regards,
Alex Gorbachev
The Pythian Group
Sr. Oracle DBA
http://www.pythian.com/blogs/author/alex/
http://blog.oracloid.com
- Follow-Ups:
- Re: log file sync
- From: oracle
- References:
- RE: log file sync
- From: Christian Antognini
- RE: log file sync
- From: oracle
Other related posts:
- » log file sync
- » Re: log file sync
- » RE: log file sync
- » RE: log file sync
- » RE: log file sync
- » Re: log file sync
- » Re: log file sync
- » Re: log file sync
- » RE: log file sync
- » Re: log file sync
- » RE: log file sync
- » Re: log file sync
- » Re: log file sync
- » RE: log file sync
- » Re: log file sync
- » Re: log file sync
- » Re: log file sync
- » Re: log file sync
- » Re: log file sync
- » Re: log file sync
- » Re: log file sync
- » Re: log file sync
- » Re: log file sync
- » RE: log file sync
- » log file sync - Hameed, Amir
- » Re: log file sync - David Fitzjarrell
- » RE: log file sync - Timur Akhmadeev
- » Re: log file sync - Greg Rahn
- » RE: log file sync - Hameed, Amir
- » RE: log file sync - CRISLER, JON A
- » Re: log file sync - Kevin Closson
- » RE: log file sync - Hameed, Amir
- » Re: log file sync - Kevin Closson
- » Re: log file sync - Tanel Poder
On Tue, 10 Oct 2006, Christian Antognini wrote:
> For every commit there is a line in the tracefile. You can use a command > like the following one to count them: > > grep "XCTEND rlbk=0" <tracefile> | wc -l
hi - did that already - once the big chunk of processing starts there are no XCTENDs until near the very end. That is what is puzzling - I can't see performance problems writing to the disks and I don't see lots of XCTENDs... I do not know if XCTEND is issued when a cursor commits and the other cursors are still open doing work...
Thanks! -- http://www.freelists.org/webpage/oracle-l
- Re: log file sync
- From: oracle
- RE: log file sync
- From: Christian Antognini
- RE: log file sync
- From: oracle