| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Do log files demand serialization?
> The only question I would have then, would be, is how long are the RUJ
> and AIJ exclusively locked? Wouldn't transaction logs have to be
> locked
RUJ data is isolated, because each transaction has its own RUJ file. The operating system has to synchronize allocating disk space to the two files, but that's a separate issue.
The AIJ does get locked, every now and then. But that lock, unlike row locks and index node locks, doesn't have to be held until end of transaction.
--
Regards,
David Cressey
www.dcressey.com
Received on Fri Feb 15 2002 - 01:31:58 CST
![]() |
![]() |