Oracle Database Transactions and Locking Revealed (häftad)
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
188
Utgivningsdatum
2014-11-05
Upplaga
1st ed.
Förlag
APress
Medarbetare
Kuhn, Darl
Illustratör/Fotograf
Bibliographie
Illustrationer
8 Illustrations, black and white; XVIII, 188 p. 8 illus.
Dimensioner
235 x 190 x 10 mm
Vikt
331 g
Antal komponenter
1
Komponenter
1 Paperback / softback
ISBN
9781484207611

Oracle Database Transactions and Locking Revealed

Häftad,  Engelska, 2014-11-05
268
  • Skickas från oss inom 2-5 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 3 format & utgåvor
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 understanding of how locking and concurrency are dealt with by Oracle Database. Also learn how the Oracle Database architecture accommodates user transactions, and how you can write code to mesh with how Oracle Database is designed to operate. Good transaction design is an important facet of highly-concurrent applications that are run by hundreds, even thousands of users who are all executing transactions at the same time. Transaction design in turn relies upon a good understanding of how the underlying database platform manages of the locking of resources so as to prevent access conflicts and data loss that might otherwise result from concurrent access to data in the database. 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'll learn about transaction isolation and multiversion concurrency, and how the various lock types support Oracle Database's transactional features. You'll learn some good 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. This is an important book that anyone developing highly-concurrent applications will want to have handy on their shelf.
Visa hela texten

Passar bra ihop

  1. Oracle Database Transactions and Locking Revealed
  2. +
  3. Digital Minimalism

De som köpt den här boken har ofta också köpt Digital Minimalism av Cal Newport (häftad).

Köp båda 2 för 396 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av författarna

Övrig information

Thomas Kyte is vice president of the Core Technologies Group at Oracle Corporation and has been with the company since version 7.0.9 was released in 1993. Kyte, however, has been working with Oracle since version 5.1.5c. At Oracle, Kyte works with the Oracle database, and more specifically, he helps clients who are using the Oracle database and works directly with them specifying and building their systems or rebuilding and tuning them. Prior to working at Oracle, Kyte was a systems integrator who built large-scale, heterogeneous databases and applications for military and government clients. Tom Kyte is the same "Ask Tom" whose column appears in Oracle Magazine, where he answers questions about the Oracle database and tools that developers and database administrators struggle with every day. Darl Kuhn is a senior-level database administrator with decades of experience. He handles all facets of database administration from design and development to production support. He also teaches advanced database courses at Regis University in Colorado. Darl does volunteer DBA work for the Rocky Mountain Oracle Users Group. He has a graduate degree from Colorado State University and lives near Spanish Peaks, Colorado, with his wife, Heidi, and daughters, Brandi and Lisa.

Innehållsförteckning

1. Building for Concurrency 2. Locking and Issues 3. Lock Types 4. Concurrency and Multiversioning 5. Transactions 6. Redo and Undo 7. Investigating Undo 8. Investigating Undo