Oracle Database Transactions and Oracle Certifications

Oracle Database Transactions and Oracle Certifications

Menu
  • Home
  • Contact Us

Category: WRITE Extensions to COMMIT

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

2024-04-23
 |  No Comments
 |  Oracle Certification Exams, WRITE Extensions to COMMIT

It is the function of the RECO background process to resolve this issue. This is also where COMMIT and ROLLBACK with […]

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 →

Summary-Concurrency and Multiversioning

 |  No Comments
 |  Oracle Certification Exams, READ UNCOMMITTED, WRITE Extensions to COMMIT

In this chapter, we covered a lot of material that, at times, might not have been obvious. However, it is vital […]

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 →

Statement-Level Atomicity-Transactions

2023-08-23
 |  No Comments
 |  Distributed Transactions, Oracle Certification Exams, WRITE Extensions to COMMIT

Consider the following statement:SQL> Insert into t values ( 1 ); It seems fairly clear that if the statement were to […]

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 →

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 →

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