|
MTL_SYSTEM_ITEMS_XX
好熟悉的表名呀
从monitor结果看,你的数据库是RAC环境,等待事件中出现了GC CURRENT GRANT BUSY
看下是否因为这个事件引发的等待耗时?
gc current grantbusy[1]
A current block was requested and a grant message received. The busyhint implies that the request was blocked because others were ahead of it or itcould not be handled immediately.
The most likely scenario for a current busy grant occurs when acurrent buffer is shared by several instances and a request is made forexclusive access, e.g. to modify it. In this case, all the holders sharingaccess to the data would have to release the block first before the exclusiveaccess can be granted.
[1] Please note that a cr grant busy may theoretically happen only invery rare cases and has not been observed empirically. Consequently, the eventis not discussed separately in this document. Any occurrence of “gc cr grant busy” in the top 5 waitevents in a Statspack or AWR report should be reported to development. |
|