Basic Oracle Concepts and Programming Question:

How Does Oracle Handle Read Consistency?

Tweet Share WhatsApp

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 PDF Read All 430 Oracle Database Questions
Previous QuestionNext Question
What Happens to the Current Transaction If the Session Is Killed?What Is a READ WRITE Transaction in Oracle?