Oracle Database Transactions and Oracle Certifications

Oracle Database Transactions and Oracle Certifications

Menu
  • Home
  • Contact Us

Category: Procedure-Level Atomicity

Summary-Transactions

2024-07-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, Procedure-Level Atomicity, READ UNCOMMITTED, Transaction-Level Atomicity, WRITE Extensions to COMMIT

In this chapter, we looked at many aspects of transaction management in Oracle. Transactions are among the major features that set […]

Read More →

Snapshot Too Old Error-Transactions

2024-01-23
 |  No Comments
 |  Oracle Certification Exams, Procedure-Level Atomicity

Let’s now look at the second reason developers are tempted to commit updates in a procedural loop, which arises from their […]

Read More →

Why Is a Restart Important to Us?-Concurrency and Multiversioning

2023-10-23
 |  No Comments
 |  Oracle Certification Exams, Procedure-Level Atomicity, WRITE Extensions to COMMIT

The first thing that pops out should be “Our trigger fired twice!” We had a one-row table with a BEFORE FOR […]

Read More →

Write Consistency-Concurrency and Multiversioning-2

2023-05-23
 |  No Comments
 |  Oracle Certification Exams, Procedure-Level Atomicity, Transaction-Level Atomicity, WRITE Extensions to COMMIT

We understand that the WHERE Y=5 component, the read-consistent phase of the query, will be processed using a consistent read (query […]

Read More →

An Explanation for Higher Than Expected I/O on Hot Tables-Concurrency and Multiversioning

2023-04-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, Procedure-Level Atomicity

Another situation where it is vital that you understand read consistency and multiversioning is when you are faced with a query […]

Read More →

Seeing aRestart-Concurrency and Multiversioning

2023-01-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, Procedure-Level Atomicity, READ UNCOMMITTED

It is easier to see a restart than you might, at first, think. We’ll be able to observe one, in fact, […]

Read More →

DEFERRABLE Constraints and Cascading Updates-Transactions

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

In Oracle, we also have the ability to defer constraint checking, which can be quite advantageous for various operations. The one […]

Read More →

COMMITS in a Nondistributed PL/SQL Block-Level Atomicity-Transactions

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

Since PL/SQL was first introduced in version 6 of Oracle, it has been transparently using an asynchronous commit. That approach has […]

Read More →

Integrity Constraints and Transactions-Transactions

2022-08-23
 |  No Comments
 |  Oracle Certification Exams, Procedure-Level Atomicity, Transaction-Level Atomicity

It is interesting to note exactly when integrity constraints are checked. By default, integrity constraints are checked after the entire SQL […]

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 →

Posts pagination

1 2 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