什么是buffer busy wait? A session that reads or modifies a buffer in the SGA must first acquire the cache buffers chains latch and traverse the buffer chain until it finds the necessary buffer header. Then it must acquire a buffer lock or a pin on the b…
Latch free等待事件的三个参数:p1-latch的地址:p2-latch编号:p3-请求次数.从oracle10g起,latchfree不再包含所有的latch等待,有些latch等待可能表现为单独的等待事件,这个后面有提到一些这样的等待事件,一般情况下我们还是统称为latch free等待事件.在处理latchfree等待事件时,需要注意以下几点: n Latch只是用来保护sga中的内存结构.对数据库中的对象的保护,使用的lock而不是latch.Oraclesga中有…
###############1.DB meet latch: cache buffers chains event from awr report ,check latch: cache buffers chainspoint to "kcbgtcr: fast pathAs far as I remember, this code path only happens for indexe.since it is a hot block: 2.https://blog.pythian.com/…