<span>Intermediate-Advanced user level</span>
Oracle Database Transactions and Locking Revealed: Building High Performance Through Concurrency
β Scribed by Darl Kuhn, Thomas Kyte
- Publisher
- Apress
- Year
- 2021
- Tongue
- English
- Leaves
- 289
- Edition
- 2nd ed.
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Access much-needed information for building scalable, high-concurrency applications and deploying them against the Oracle Database. This new edition is updated to be current with Oracle Database 19. It includes a new chapter with troubleshooting recipes to help you quickly diagnose and resolve locking problems that are urgent and block production.
Good transaction design is an important facet of highly-concurrent applications that are run by hundreds, even thousands, of users who are executing transactions at the same time. Transaction design, in turn, relies on a good understanding of how the database engine manages the locking of resources to prevent access conflicts and data loss that might otherwise result from concurrent access to data in the database. This book provides a solid and accurate explanation of how locking and concurrency are dealt with by Oracle Database. You will learn how the Oracle Database architecture accommodates user transactions, and how you can write code to mesh with the way in which Oracle Database is designed to operate.
Oracle Database Transactions and Locking Revealed covers in detail the various lock types, and also different locking schemes such as pessimistic and optimistic locking. Then you will learn about transaction isolation and multi-version concurrency, and how the various lock types support Oracle Databaseβs transactional features. You will learn tips for transaction design, as well as some bad practices and habits to avoid. Coverage is also given to redo and undo, and their role in concurrency. The book is loaded with insightful code examples that drive home each concept. This is an important book that anyone developing highly-concurrent applications will want to have handy on their shelf.
What You Will Learn
- Avoid application lockups due to conflicts over accessing the same resource
- Understand how Oracle prevents one application from overwriting anotherβs modifications
- Create transaction designs that mesh with how Oracle Database is designed
- Build high-throughput applications supporting thousands of concurrent users
- Design applications to take full advantage of Oracleβs powerful database engine
- Gain a fundamental knowledge of Oracleβs transaction and locking architecture
- Develop techniques to quickly diagnose and resolve common locking issues
Who This Book Is For
Oracle developers and database administrators faced with troubleshooting and solving deadlocks, locking contention, and similar problems that are encountered in high-concurrency environments; and application developers wanting to design their applications to excel at multi-user concurrency by taking full advantage of Oracle Databaseβs multi-versioning and concurrency support
β¦ Table of Contents
Front Matter ....Pages i-xxviii
Getting Started (Darl Kuhn, Thomas Kyte)....Pages 1-10
Locking and Blocking (Darl Kuhn, Thomas Kyte)....Pages 11-40
Locks, Latches, and Mutexes (Darl Kuhn, Thomas Kyte)....Pages 41-80
Concurrency and Multiversioning (Darl Kuhn, Thomas Kyte)....Pages 81-114
Transactions (Darl Kuhn, Thomas Kyte)....Pages 115-160
Redo and Undo (Darl Kuhn, Thomas Kyte)....Pages 161-187
Investigating Redo (Darl Kuhn, Thomas Kyte)....Pages 189-218
Investigating Undo (Darl Kuhn, Thomas Kyte)....Pages 219-238
Troubleshooting (Darl Kuhn, Thomas Kyte)....Pages 239-260
Back Matter ....Pages 261-265
β¦ Subjects
Computer Science; Database Management
π SIMILAR VOLUMES
Oracle Database Transactions and Locking Revealed provides much-needed information for building scalable, high-concurrency applications and deploy them against the Oracle Database. Read this short, 150-page book to gain a solid and accurate understanding of how locking and concurrency are dealt with
Oracle Database Transactions and Locking Revealed provides much-needed information for building scalable, high-concurrency applications and deploy them against the Oracle Database. Read this short, 150-page book that is adapted from Expert Oracle Database Architecture to gain a solid and accurate un
* High Performance Oracle Database Applications provides everything an Oracle professional needs to know to ensure high-quality, high-performance databases. Packed with useful real-world examples, this book will optimize the user's efforts by focusing on the handful of tuning techniques that will pr
Whether you're a new or experienced Oracle database application developer, you'll appreciate the insights of this book on using the advanced features of SQL*Plus and PL/SQL to speed development time, reduce maintenance costs and debugging time, and improve the overall reliability of your database ap
Emphasizes application development skills-not Oracle product internals or syntax. Covers strong use of Oracle's PL/SQL extensions. Includes in-depth coverage of the Oracle exception handling mechanism. Offers advice on design and testing rarely found in Oracle books. Provides coding standards and ex