Basic Oracle Concepts and Programming Question:
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.
* READ WRITE (the default option), also called statement-level read consistency.
* READ ONLY, also called transaction-level read consistency.
Previous Question | Next Question |
What Happens to the Current Transaction If the Session Is Killed? | What Is a READ WRITE Transaction in Oracle? |