Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: intermittent very high waits in LGWR on Linux?

Re: intermittent very high waits in LGWR on Linux?

From: Noons <wizofoz2k_at_yahoo.com.au>
Date: 4 Jul 2005 00:37:42 -0700
Message-ID: <1120462662.687989.183830@g47g2000cwa.googlegroups.com>


Fabrizio wrote:

> I'm only guessing but I would bet sem_op is negative in that syscall
> (and a portion of pseudo-code on metalink is enforcing by belief).
>
> I'd say semop is waiting for a semaphore to be released so I'd look
> inside oracle more than at the OS level.
>
> If you are unsure try simply to change the kernel with a newer 2.4
> (since you are there) vanilla and see what happens.
>
> This call is also interesting:
>
> setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={1, 380000}}, NULL) = 0
>
> Your semop will never wait "too long"...
>

I've got alarm bells going on about this "1 second" wait: *Seen* it mentioned somewhere else, although I'll be buggered if I can recall where!
Searches on Metaclick seem to indicate problems with log sync waits at early 9ir2 releases: 9.2.0.1 and such. There is nothing remotely like that for 9.2.0.6. But I don't know which particular level Bugsy is using. Received on Mon Jul 04 2005 - 02:37:42 CDT

Original text of this message

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