Why SET TRANSACTION ISOLATION LEVEL READ COMMITTED statement
Posted: Tue 25 Nov 2008 14:28
Hi,
We are testing the dotConnect for Oracle provider if it is usable for our applications. So we have build a little test app with the trial version.
The test app is using the entity framework.
To see what this app is doing on the server we have traced the session on the database, to see what kind of querys the entity framework is creating.
there we saw the statement
SET TRANSACTION ISOLATION LEVEL READ COMMITTED
being fired from the test app.
Why is this statement fired? Transaction Isolation level is by default Read committed.....
thanks in advance
Jeroen
We are testing the dotConnect for Oracle provider if it is usable for our applications. So we have build a little test app with the trial version.
The test app is using the entity framework.
To see what this app is doing on the server we have traced the session on the database, to see what kind of querys the entity framework is creating.
there we saw the statement
SET TRANSACTION ISOLATION LEVEL READ COMMITTED
being fired from the test app.
Why is this statement fired? Transaction Isolation level is by default Read committed.....
thanks in advance
Jeroen