| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Theoretical Basis for SELECT FOR UPDATE
vc wrote:
[...]
> Regarding the locking approach, I am not sure whether it can be
> implemented at all. How would you lock/freeze a set of rows in various
> tables to guarantee a consistent view across the database ?
Actually, it's pretty easy to lock and select the latest value say in SQL Server by using the updlock hint which essentially converts read locks to write locks. Received on Thu Oct 06 2005 - 13:40:57 CDT
![]() |
![]() |