Oracle Database Transactions and Oracle Certifications

Oracle Database Transactions and Oracle Certifications

Menu
  • Home
  • Contact Us

Category: Transaction-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 →

Distributed Transactions-Transactions-1

2024-03-23
 |  No Comments
 |  Oracle Certification Exams, Transaction-Level Atomicity

One of the really nice features of Oracle is its ability to transparently handle distributed transactions. I can update data in […]

Read More →

Transaction Control Statements-Transactions

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

You don’t need a “begin transaction” statement in Oracle. A transaction implicitly begins with the first statement that modifies data (the […]

Read More →

Bad Transaction Habits-Transactions

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

Many developers have some bad habits when it comes to transactions. I see this frequently with developers who have worked with […]

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 →

Write Consistency-Concurrency and Multiversioning-1

2023-04-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, Transaction-Level Atomicity, WRITE Extensions to COMMIT

So far, we’ve looked at read consistency: Oracle’s ability to use undo information to provide nonblocking query and consistent (correct) reads. […]

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 →

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 →

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 →

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 →

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