Oracle Database Transactions and Oracle Certifications

Oracle Database Transactions and Oracle Certifications

Menu
  • Home
  • Contact Us

Category: Distributed Transactions

SERIALIZABLE-Concurrency and Multiversioning

2022-06-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, Procedure-Level Atomicity

This is generally considered the most restrictive level of transaction isolation, but it provides the highest degree of isolation. A SERIALIZABLE […]

Read More →

Autonomous Transactions-Transactions

2022-04-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, READ UNCOMMITTED, Transaction-Level Atomicity

Autonomous transactions allow you to create a “transaction within a transaction” that will commit or roll back changes independently of its […]

Read More →

READ ONLY-Concurrency and Multiversioning

 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, Procedure-Level Atomicity, WRITE Extensions to COMMIT

READ ONLY transactions are very similar to SERIALIZABLE transactions, the only difference being that they do not allow modifications, so they […]

Read More →

REPEATABLE READ-Concurrency and Multiversioning

2021-12-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, READ UNCOMMITTED, Transaction-Level Atomicity

The goal of REPEATABLE READ is to provide an isolation level that gives consistent, correct answers and prevents lost updates. We’ll […]

Read More →

When to Use Autonomous Transactions-Transactions

2021-09-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, Procedure-Level Atomicity, WRITE Extensions to COMMIT

The Oracle database has supported autonomous transactions internally for quite a while. We see them all of the time in the […]

Read More →

Lost Updates: Another Portability Issue-Concurrency and Multiversioning

2021-07-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, READ UNCOMMITTED, Transaction-Level Atomicity

A common use of REPEATABLE READ in databases that employ the shared read locks could be for lost update prevention. Note […]

Read More →

READ COMMITTED-Concurrency and Multiversioning

2021-03-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, WRITE Extensions to COMMIT

The READ COMMITTED isolation level states that a transaction may only read data that has been committed in the database. There […]

Read More →

READ UNCOMMITTED-Concurrency and Multiversioning

2021-02-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, READ UNCOMMITTED, WRITE Extensions to COMMIT

The READ UNCOMMITTED isolation level allows dirty reads. Oracle does not make use of dirty reads, nor does it even allow […]

Read More →

Posts pagination

Previous 1 2

Archives

  • July 2024
  • April 2024
  • March 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • August 2023
  • July 2023
  • May 2023
  • April 2023
  • January 2023
  • December 2022
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • April 2022
  • January 2022
  • December 2021
  • October 2021
  • September 2021
  • July 2021
  • April 2021
  • March 2021
  • February 2021

Categories

  • Distributed Transactions
  • Oracle Certification Exams
  • Procedure-Level Atomicity
  • READ UNCOMMITTED
  • Transaction-Level Atomicity
  • WRITE Extensions to COMMIT
Oracle Database Transactions and Oracle Certifications