Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Commit -> write to data file immediately???
The timestamps on files are not necessarily relevant. HP-UX, for example, has (?had) two flags for writing to files OSYNC and ODSYNC. One updates the file, the other updates the file and the inode.
At some level of HP-UX and Oracle, performance on writes bombed because the wrong flag was used by Oracle, and an o/s workaround was needed to bypass the problem (setting osync_is_odsync).
-- Jonathan Lewis Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk Practical Oracle 8i: Building Efficient Databases Publishers: Addison-Wesley Reviews at: http://www.jlcomp.demon.co.uk/book_rev.htmlReceived on Sat Mar 31 2001 - 09:11:00 CST
>
> however, as Frank (also me) mentioned, the timestamp of all redo log
>files remain the same, so LGRW writes nothing to the redo log files. How
>(and where) Oracle restore the committed record? May be after pulling
>the plug, and before the computer turn off, Oracle writes the entry to
>the redo log....
>
![]() |
![]() |