Basic Oracle Concepts and Programming Question:
Download Job Interview Questions and Answers 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.
* 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 Question | Next Question |
What Happens to the Current Transaction If the Session Is Killed? | What Is a READ WRITE Transaction in Oracle? |