7.123 V$CACHE
V$CACHE
displays information from the block header of each block in the SGA of the current instance as related to particular database objects. This is an Oracle Real Application Clusters view.
Column | Datatype | Description |
---|---|---|
|
|
Data file identifier number (to find the file name, query |
|
|
Block number |
|
|
Class number |
|
|
Status of the block:
|
|
|
Number of PCM x to null lock conversions due to contention with another instance. This column is obsolete and maintained for backward compatibility. |
|
|
Number of times the block had to be reread from the cache because another instance has forced it out of this instance's cache by requesting the lock on the block in exclusive mode |
|
|
Number of times GCS had to write this block to cache because this instance had used the block and another instance had requested the lock on the block in a conflicting mode |
|
|
Name of the database object containing the block |
|
|
Name of the partition (null for nonpartitioned objects) |
|
|
Type of the database object:
|
|
|
Owner number |
|
|
Address of the lock element that contains the PCM lock that is covering the buffer. If more than one buffer has the same address, then these buffers are covered by the same PCM lock. |
|
|
Name of the lock element that contains the PCM lock that is covering the buffer. If more than one buffer has the same address, then these buffers are covered by the same PCM lock. |
|
|
The ID of the container to which the data pertains. Possible values include:
|