Forum Post: RE: DBTool report options use DB locks

  • Thread starter Thread starter gus
  • Start date Start date
Status
Not open for further replies.
G

gus

Guest
everything that touches shared memory resident data structures needs to use locks sometimes. this tool has to read database blocks from disk into the buffer pool. so even when it is reading data it has to modify shared data structures.

Continue reading...
 
Status
Not open for further replies.
Back
Top