Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Snapshot Isolation Level

Status
Not open for further replies.

net0zorro

IS-IT--Management
Jan 20, 2007
1
AR
Hi all,
recently I started working with SQLServer 2005 and found a new Isolation Level named Snapshot or database versioning. This has some advantages.
Oracle has it too.
Does db2 or maybe db2v9 have some similar isolation ?

Thanks
Diego
 
Not so far, but I agree it needs it. At the moment, the isolation levels are:-

1. Repeatable read (locks every row read in the cursor)
2. Read Stability (locks every row selected in the cursor)
3. Cursor Stability (locks the current row selected in the cursor)
4. Uncommitted Read (Doesn't lock any rows and reads uncommitted data).

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top