V$DB_CACHE_ADVICE
contains rows that predict the number of physical reads for the cache size corresponding to each row. The rows also compute a "physical read factor," which is the ratio of the number of estimated reads to the number of reads actually performed by the real buffer cache during the measurement interval.
See Also:
Column | Datatype | Description |
---|---|---|
|
|
Buffer pool identifier (ranges from 1 to 8) |
|
|
Buffer pool name |
|
|
Block size in bytes for buffers in this pool. Possible values: the standard block size, the power of 2 nonstandard block sizes, |
|
|
Status of the advisory. |
|
|
Cache size for prediction (in megabytes) |
|
|
Size factor with respect to the current cache size |
|
|
Cache size for prediction (in terms of buffers) |
|
|
Physical read factor for this cache size, which is the ratio of the number of estimated physical reads to the number of reads in the real cache. If there are no physical reads in the real cache, the value of this column is null. |
|
|
Estimated number of physical reads for this cache size |
|
|
Estimated disk read time (in seconds) |
|
|
Estimated disk time as a percentage of the total time |
|
|
Estimated total number of blocks foreground processes read from the global cache (Oracle Real Application Clusters only) |
|
|
Estimated total amount of time, in seconds, foreground processes read from global cache (Oracle Real Application Clusters only) |
|
|
The ID of the container to which the data pertains. Possible values include:
|