Basic Oracle Concepts and Programming Question:
Download Questions PDF

How Does Oracle Handle Read Consistency?

Answer:

Oracle supports two options for you on how to maintain read consistency:

* READ WRITE (the default option), also called statement-level read consistency.
* READ ONLY, also called transaction-level read consistency.


Download Oracle Database Interview Questions And Answers PDF

Previous QuestionNext Question
What Happens to the Current Transaction If the Session Is Killed?What Is a READ WRITE Transaction in Oracle?