Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Recovery with logs, then incremental, then more logs?
Could there be some buffering of the writes involved here? i.e. The OS writes to an FS cache and gives the all clear to lgwr but the write never makes it to disk?
Thanks!
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Riyaj Shamsudeen
Sent: Tuesday, April 18, 2006 3:10 PM
To: Allen, Brandon
Cc: oracle-l_at_freelists.org
Subject: Re: Recovery with logs, then incremental, then more logs?
Issuing a commit forces the LGWR to write the log buffer contents to disk physically, which is a primary mechanism for database consistency.
After the successful write, committed changes are permanent whether instance crashes or not later. From your error message, I think that *somehow* log writes are partly successful leading to corruption.
It is scary to have redo log corruption just due to out-of-space errors..
I don't know much about NFS3 protocol, but is your vendor / file system in this list ?
http://www.oracle.com/technology/deploy/availability/htdocs/vendors_nfs. html
Allen, Brandon wrote:
> It is NFS3 - details below:
>
>
> /baan4 ->mount|grep -e mounted -e --- -e baan4db
> node mounted mounted over vfs date
options
> -------- --------------- --------------- ------ ------------
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Apr 18 2006 - 17:39:07 CDT