0% found this document useful (0 votes)
14 views1 page

Perf 3

Blocking occurs when one database connection holds a lock on a resource that a second connection wants to access, preventing the second connection from reading or writing to it. Deadlocking is an even more complex situation where two connections each hold locks but want to access each other's resources.

Uploaded by

ramesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Perf 3

Blocking occurs when one database connection holds a lock on a resource that a second connection wants to access, preventing the second connection from reading or writing to it. Deadlocking is an even more complex situation where two connections each hold locks but want to access each other's resources.

Uploaded by

ramesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

These two important features of a database result in the intentional blocking of

data. Blocking is important for administrators to understand because it’s a


function they may be called upon to use or troubleshoot. Answering this question
also gives you the chance to explain a database issue in simple, clear terms that
even people without the same level of technical expertise can understand.

Example: “Blocking occurs when one connection is holding a lock on a resource while
a second connection wants to read or write to it. An even more complex situation
occurs when two connections each hold a lock but want to access each other’s
resource, which is referred to as deadlocking.

You might also like