EUR 9,40
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 0.73.
Anbieter: WeBuyBooks, Rossendale, LANCS, Vereinigtes Königreich
EUR 21,14
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Very Good. Most items will be dispatched the same or the next working day. A copy that has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Anbieter: LiLi - La Liberté des Livres, CANEJAN, Frankreich
EUR 24,93
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: very good. ed 2014. l'article peut presenter de tres legers signes d'usure, petites rayures ou imperfections esthetiques. vendeur professionnel; envoi soigne en 24/48h.
Anbieter: ThriftBooks-Atlanta, AUSTELL, GA, USA
EUR 32,97
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.14.
Anbieter: GreatBookPrices, Columbia, MD, USA
EUR 40,15
Währung umrechnenAnzahl: 4 verfügbar
In den WarenkorbZustand: New.
Anbieter: GreatBookPrices, Columbia, MD, USA
EUR 43,23
Währung umrechnenAnzahl: 4 verfügbar
In den WarenkorbZustand: As New. Unread book in perfect condition.
Anbieter: buchversandmimpf2000, Emtmannsberg, BAYE, Deutschland
EUR 64,19
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbTaschenbuch. Zustand: Neu. Neuware -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.APress in Springer Science + Business Media, Heidelberger Platz 3, 14197 Berlin 296 pp. Englisch.
Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich
EUR 56,53
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Brand New. 188 pages. 9.25x7.50x0.50 inches. In Stock.
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
EUR 51,14
Währung umrechnenAnzahl: 15 verfügbar
In den WarenkorbZustand: As New. Unread book in perfect condition.
EUR 69,23
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: New.
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
EUR 53,97
Währung umrechnenAnzahl: 15 verfügbar
In den WarenkorbZustand: New.
Anbieter: Ria Christie Collections, Uxbridge, Vereinigtes Königreich
EUR 66,75
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. In.
Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich
EUR 64,69
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Brand New. 2nd edition. 265 pages. 9.50x6.75x0.75 inches. In Stock.
EUR 10,07
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Good. The book may have minor cosmetic wear (i.e. creased spine/cover, scratches, curled corners, folded pages, minor sunburn, minor water damage, minor bent). The book may have some highlights/notes/underlined pages - Accessories such as CD, codes, toys, may not be included - Safe and Secure Mailer - No Hassle Return.
Anbieter: Chiron Media, Wallingford, Vereinigtes Königreich
EUR 61,06
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: New.
Anbieter: Chiron Media, Wallingford, Vereinigtes Königreich
EUR 61,81
Währung umrechnenAnzahl: 10 verfügbar
In den WarenkorbPaperback. Zustand: New.
EUR 85,65
Währung umrechnenAnzahl: 4 verfügbar
In den WarenkorbZustand: New. pp. XXVIII, 265 12 illus. 2 Edition NO-PA16APR2015-KAP.
EUR 5,84
Währung umrechnenAnzahl: 1 verfügbar
In den Warenkorbpaperback. Zustand: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Anbieter: Lucky's Textbooks, Dallas, TX, USA
EUR 42,42
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Anbieter: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Deutschland
EUR 64,19
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbTaschenbuch. Zustand: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -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 LearnAvoid application lockups due to conflicts over accessing the same resourceUnderstand how Oracle prevents one application from overwriting another's modificationsCreate transaction designs that mesh with how Oracle Database is designedBuild high-throughput applications supporting thousands of concurrent usersDesign applications to take full advantage of Oracle's powerful database engineGain a fundamental knowledge of Oracle's transaction and locking architectureDevelop techniques to quickly diagnose and resolve common locking issuesWho This Book Is ForOracle 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 296 pp. Englisch.
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
EUR 64,96
Währung umrechnenAnzahl: 5 verfügbar
In den WarenkorbTaschenbuch. Zustand: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - 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 LearnAvoid application lockups due to conflicts over accessing the same resourceUnderstand how Oracle prevents one application from overwriting another's modificationsCreate transaction designs that mesh with how Oracle Database is designedBuild high-throughput applications supporting thousands of concurrent usersDesign applications to take full advantage of Oracle's powerful database engineGain a fundamental knowledge of Oracle's transaction and locking architectureDevelop techniques to quickly diagnose and resolve common locking issuesWho This Book Is ForOracle 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.
Anbieter: Biblios, Frankfurt am main, HESSE, Deutschland
EUR 90,62
Währung umrechnenAnzahl: 4 verfügbar
In den WarenkorbZustand: New. PRINT ON DEMAND pp. XXVIII, 265 12 illus.
Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich
EUR 87,35
Währung umrechnenAnzahl: 4 verfügbar
In den WarenkorbZustand: New. Print on Demand pp. XXVIII, 265 12 illus.