DBA_HIST_INST_CACHE_TRANSFER
displays the historical statistics on the cache blocks transferred among instances. This view contains snapshots of V$INSTANCE_CACHE_TRANSFER
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique snapshot ID |
|
|
|
Database ID for the snapshot |
|
|
|
Instance number for the snapshot |
|
|
|
Instance from which the blocks are transferred |
|
|
|
Class of the cache block |
|
|
CR block transfers not affected by remote processing delays |
|
|
|
Current block transfers affected by remote contention |
|
|
|
CR block transfers affected by remote system load |
|
|
|
Current block transfers not affected by remote processing delays |
|
|
|
Current block transfers affected by remote contention |
|
|
|
Current block transfers affected by remote system load |
|
|
|
The number of blocks that were sent by a particular instance but that never arrived in this instance |
|
|
|
The count of CR blocks which were received by this instance from a particular instance after a 2-way round-trip |
|
|
|
The count of CR blocks which were received by this instance from a particular instance after a 3-way round-trip |
|
|
|
The count of current blocks which were received by this instance from a particular instance after a 2-way round-trip |
|
|
|
The count of current blocks which were received by this instance from a particular instance after a 3-way round-trip |
|
|
|
Total time waited for CR blocks from a particular instance (includes the other times) |
|
|
|
The time waited for CR blocks which were received by this instance from a particular instance and which were delayed by a log flushed on the sending instance |
|
|
|
The time waited for CR blocks which were received by this instance from a particular instance and which were delayed because LMS was busy |
|
|
|
Total time waited for CR blocks from a particular instance (includes the other times) |
|
|
|
The time waited for current blocks which were received by this instance from a particular instance and which were delayed by a log flushed on the sending instance |
|
|
|
The time waited for current blocks which were received by this instance from a particular instance and which were delayed because LMS was busy |
|
|
|
The time waited for blocks that were sent by a particular instance but that never arrived in this instance |
|
|
|
The time waited for CR blocks which were received by this instance from a particular instance after a 2-way round-trip |
|
|
|
The time waited for CR blocks which were received by this instance from a particular instance after a 3-way round-trip |
|
|
|
The time waited for current blocks which were received by this instance from a particular instance after a 2-way round-trip |
|
|
|
The time waited for current blocks which were received by this instance from a particular instance after a 3-way round-trip |
|
|
|
The database ID of the PDB for the sampled session |
|
|
|
The ID of the container that
|
See Also: