SQL tutorial | Interview questions | Oracle
Would you like to react to this message? Create an account in a few clicks or log in to continue.

What Are Transaction Isolation Levels Supported by Oracle?

Go down

What Are Transaction Isolation Levels Supported by Oracle? Empty What Are Transaction Isolation Levels Supported by Oracle?

Post by Micheal Sun Jan 17, 2010 3:38 am

Oracle supports two transaction isolation levels:
READ COMMITTED (the default option). If the transaction contains DML that requires row locks
held by another transaction, then the DML statement waits until the row locks are released.
SERIALIZABLE. If a serializable transaction contains data manipulation language (DML) that
attempts to update any resource that may have been updated in a transaction uncommitted at the
start of the serializable transaction, then the DML statement fails.

Micheal
Admin

Posts : 243
Join date : 2010-01-10

http://sql-tutorial.co.cc

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum