Oracle Database Transactions and Oracle Certifications

Oracle Database Transactions and Oracle Certifications

Menu
  • Home
  • Contact Us

Transaction-Level Atomicity-Level Atomicity-Transactions

2022-07-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams

The entire goal of a transaction, a set of SQL statements executed together as a unit of work, is to take […]

Read More →

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 →

A Common Data Warehousing Technique That Fails-Concurrency and Multiversioning

2022-01-23
 |  No Comments
 |  Oracle Certification Exams, READ UNCOMMITTED, Transaction-Level Atomicity

A common data warehousing technique I’ve seen people employ goes like this: \ 1.\ They use a trigger to maintain a […]

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 →

Transaction Isolation Levels-Concurrency and Multiversioning

2021-10-23
 |  No Comments
 |  Oracle Certification Exams, READ UNCOMMITTED, Transaction-Level Atomicity, WRITE Extensions to COMMIT

The ANSI/ISO SQL standard defines four levels of transaction isolation, with different possible outcomes for the same transaction scenario. That is, […]

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 →

What Are Concurrency Controls?-Concurrency and Multiversioning

2021-04-23
 |  No Comments
 |  Oracle Certification Exams, Procedure-Level Atomicity, READ UNCOMMITTED, Transaction-Level Atomicity

Concurrency controls are the collection of functions that the database provides to allow many people to access and modify data simultaneously. […]

Read More →

Posts pagination

Back 1 2 3 4 Next

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