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: REDO LOG Concepts

Re: REDO LOG Concepts

From: <rjsearle_at_gmail.com>
Date: Thu, 17 May 2007 14:30:24 +1000
Message-ID: <392977e50705162130v3cc4190dk9b7dd9e4cd668d4d@mail.gmail.com>


I think a unix 'rm' merely drops the inode which points to the file. it doesn't lose the file for which LGRW has an open handle. This is why to any other process the file is 'deleted' cause unix can't find the file in the file list but the kernel still has a open handle on the actual file associated with the LGRW process. When teh handle is closed, the file is lost.

Russell

On 5/17/07, mailbox_at_landrum.com <darrell_at_landrum.com> wrote:

>

> I'm suspecting that the current redo log was open and active until the
> shutdown took place. The rm command simply "flagged" it for removal to the
> OS.
> It might be interesting to try your scenario again, but add in steps to
> check the volume of space available / used on that file system before the
> rm, after the rm and then again after the shutdown. If this theory holds you
> won't see the space available from the removed redo log until after the
> shutdown.
--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 16 2007 - 23:30:24 CDT

Original text of this message

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