Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Oracle Tuxedo

You're reading from   Getting Started with Oracle Tuxedo This is a crash course in developing distributed systems using Tuxedo and extending it to an SOA or cloud environment. Get to grips with administrative tools, Tuxedo APIs, the SALT component, and the Exalogic machine.

Arrow left icon
Product type Paperback
Published in Jun 2013
Publisher Packt
ISBN-13 9781849686884
Length 162 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Transaction in Tuxedo


This is one of the most important sections in client/server architecture. The foundation of Tuxedo ATMI is a proven, reliable transaction processor, also known as a Transaction Processing (TP) monitor. This transaction processing has very unique characteristics consisting Atomicity, Consistency, Isolation, and Durability, also known as ACID.

  • Atomicity: All changes to data are committed in a single operation, which means all the changes are done at once, otherwise they are rolled back

  • Consistency: This means that the data has to be in a consistent state before and after the transaction

  • Isolation: This means that transactions run concurrently and appear to be serialized; the intermediate state of a transaction is unseen to other transactions

  • Durability: Once a transaction is committed, the changes to data should be saved and cannot be lost, even in the event of a system failure

The XA interface and two-phase commit

In a real-life scenario, we need to have a single function...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime