⌘KCtrl+K 快速搜索

> 文章列表 / Page 257

2011-08-09

latch: library cache pin等待事件

Library cache pins are used to manage library cache concurrence. Pinning an object causes the heaps to be loaded into memory (if not already loaded). PINS can be acquired in NULL, SHARE or EXCLUSIVE m...
#POST 3 MIN READ
2011-08-09

latch:library cache lock等待事件

This event controls the concurrency between clients of the library cache. It acquires a lock on the object handle so that either: One client can prevent other clients from accessing the same object Th...
#POST 5 MIN READ
2011-08-09

library cache latch等待事件

This latch serializes access to the objects in the library cache. Every time a SQL statement, a PL/SQL block or a stored object (procedure, package, function, trigger) is parsed or executed, this latc...
#POST 4 MIN READ
2011-08-09

ksfd: async disk IO等待事件

Often a write to disk. Solutions Consistent Slow Performance Improve I/O Investigate if the application can be changed to perform fewer writes. Abnormal Variations in Performance Investigate potential...
#POST 1 MIN READ
2011-08-09

Index block split等待事件

When a request for rows from a table is issued, Oracle may determine through the cost-based optimizer, which index access path is best for finding rows in a table. During this index lookup process, if...
#POST 8 MIN READ
2011-08-09

global cache cr request等待事件

The session is looking for a consistent read version of data but cannot find it in the local cache. The local instance has made a request to other RAC instances for the data and is waiting on its retu...
#POST 5 MIN READ
2011-08-09

gc cr request等待事件

The session is looking for a consistent read version of data but cannot find it in the local cache. The local instance has made a request to other RAC instances for the data and is waiting on its retu...
#POST 5 MIN READ
2011-08-09

gc buffer busy等待事件

This wait, also known as global cache buffer busy prior to Oracle 10g, specifies the time the remote instance locally spends accessing the requested data block. This wait event is very similar to the ...
#POST 3 MIN READ
2011-08-08

free buffer waits等待事件

Problem This will happen if there is no free buffer in the buffer cache for the session to read a new block into. All buffer gets have been suspended. This will frequently occur because DBWR is not wr...
#POST 3 MIN READ
2011-08-08

file open等待事件

This wait event is experienced whenever the database needs to open a file. Wait time is recorded beginning just prior to when the open request is issued until the time the request is returned, having ...
#POST 8 MIN READ