Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Oracle Database transactions and loc...
~
Kuhn, Darl.
Linked to FindBook
Google Book
Amazon
博客來
Oracle Database transactions and locking revealed = building high performance through concurrency /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Oracle Database transactions and locking revealed/ by Darl Kuhn, Thomas Kyte.
Reminder of title:
building high performance through concurrency /
Author:
Kuhn, Darl.
other author:
Kyte, Thomas.
Published:
Berkeley, CA :Apress : : 2021.,
Description:
xxviii, 265 p. :ill., digital ;24 cm.
[NT 15003449]:
1. Getting Started -- 2. Locking and Blocking -- 3. Locks, Latches, and Mutexes -- 4. Concurrency and Multiversioning -- 5. Transactions -- 6. Redo and Undo -- 7. Investigating Redo -- 8. Investigating Undo -- 9. Troubleshooting.
Contained By:
Springer Nature eBook
Subject:
Database management. -
Online resource:
https://doi.org/10.1007/978-1-4842-6425-6
ISBN:
9781484264256
Oracle Database transactions and locking revealed = building high performance through concurrency /
Kuhn, Darl.
Oracle Database transactions and locking revealed
building high performance through concurrency /[electronic resource] :by Darl Kuhn, Thomas Kyte. - Second edition. - Berkeley, CA :Apress :2021. - xxviii, 265 p. :ill., digital ;24 cm.
1. Getting Started -- 2. Locking and Blocking -- 3. Locks, Latches, and Mutexes -- 4. Concurrency and Multiversioning -- 5. Transactions -- 6. Redo and Undo -- 7. Investigating Redo -- 8. Investigating Undo -- 9. Troubleshooting.
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. You will: 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.
ISBN: 9781484264256
Standard No.: 10.1007/978-1-4842-6425-6doiSubjects--Uniform Titles:
Oracle (Computer file)
Subjects--Topical Terms:
527442
Database management.
LC Class. No.: QA76.9.D3 / K84 2021
Dewey Class. No.: 005.74
Oracle Database transactions and locking revealed = building high performance through concurrency /
LDR
:03659nmm a2200349 a 4500
001
2236155
003
DE-He213
005
20201014100748.0
006
m d
007
cr nn 008maaau
008
211111s2021 cau s 0 eng d
020
$a
9781484264256
$q
(electronic bk.)
020
$a
9781484264249
$q
(paper)
024
7
$a
10.1007/978-1-4842-6425-6
$2
doi
035
$a
978-1-4842-6425-6
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.D3
$b
K84 2021
072
7
$a
UN
$2
bicssc
072
7
$a
COM021000
$2
bisacsh
072
7
$a
UN
$2
thema
072
7
$a
UMT
$2
thema
082
0 4
$a
005.74
$2
23
090
$a
QA76.9.D3
$b
K96 2021
100
1
$a
Kuhn, Darl.
$3
2111770
245
1 0
$a
Oracle Database transactions and locking revealed
$h
[electronic resource] :
$b
building high performance through concurrency /
$c
by Darl Kuhn, Thomas Kyte.
250
$a
Second edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
xxviii, 265 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1. Getting Started -- 2. Locking and Blocking -- 3. Locks, Latches, and Mutexes -- 4. Concurrency and Multiversioning -- 5. Transactions -- 6. Redo and Undo -- 7. Investigating Redo -- 8. Investigating Undo -- 9. Troubleshooting.
520
$a
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. You will: 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.
630
0 0
$a
Oracle (Computer file)
$3
539566
650
0
$a
Database management.
$3
527442
700
1
$a
Kyte, Thomas.
$3
898083
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-6425-6
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9398040
電子資源
11.線上閱覽_V
電子書
EB QA76.9.D3 K84 2021
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login