Sunday, 29 September 2013

Read modified and yet uncommitted data

Read modified and yet uncommitted data

select .. WITH UR ignores locks and gives only currently committed data
how to read data that are not committed ?
as in Oracle :
update table set ..
select .. gives modified and yet uncommitted data

No comments:

Post a Comment