Does someone knows a good book where transaction isolation levels are explained with a lot of examples and advices in what case what isolation level to use?
Asked
Active
Viewed 2,896 times
1 Answers
3
You really need a book? There's some info on wiki: http://en.wikipedia.org/wiki/Isolation_(database_systems)#, but I think also Oracle documentation should be very helpful: http://download.oracle.com/docs/cd/B14117_01/server.101/b10743/consist.htm It's conceptually quite simple (tho technically quite complex).
Hope that helps!

Kel
- 1,217
- 11
- 21
-
No I do not really need a book :) I have read the wiki source, but the oracle source seems to be good. Thanks. – darpet Aug 20 '10 at 16:09