Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: asynchronous i/o problem Oracle / Solaris (EXPERTS APPLY WITHIN)
AN EXTRACT FROM MY ORACLE SUPPORT TAR (after _lgwr_async_io = false
was set)
You should also speak with SUN. I know that they had some problems on
SUN version
before 8 with async I/O.
TRACE FILE
>From the lgwr trace file I see lines like
...
21227/9: lwp_cond_wait(0xFEAA1FA0, 0xFEAA1FB0, 0x00000000) = 0
21227/9: pwrite64(26211, "\0\007 0\0\001 v !BAF7B1".., 1024, 191488) =
1024
21227/9: kaio(AIONOTIFY, 0) = 0
21227/1: kaio(AIOWAIT, 0xFFBFE5D8)
.
I think this shows that the lgwr does not use async I/O. Otherwise we
would see
kaio(AIOREAD;...) and lwp_create() calls in truss.
I also see pwrite64 calls, this means we write to disk. Received on Tue Sep 13 2005 - 18:02:43 CDT
![]() |
![]() |