5.12 DBA_HIST_MTTR_TARGET_ADVICE
DBA_HIST_MTTR_TARGET_ADVICE
displays historical predictions of the number of physical I/O requests for the MTTR corresponding to each row.
The data also includes a physical I/O factor, which is the ratio of the number of estimated I/O requests to the number of I/O requests actually performed by the current MTTR setting during the measurement interval. This view contains snapshots of V$MTTR_TARGET_ADVICE
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique snapshot ID |
|
|
|
Database ID for the snapshot |
|
|
|
Instance number for the snapshot |
|
|
|
MTTR setting being simulated (equal to the current MTTR setting if this is the first row of the view) |
|
|
|
Current status of MTTR simulation:
|
|
|
|
Dirty buffer limit derived from the MTTR being simulated |
|
|
|
Estimated number of cache physical writes under the MTTR |
|
|
|
Estimated cache physical write ratio under the MTTR. It is the ratio of the estimated number of cache writes to the number of cache writes under the current MTTR setting. |
|
|
|
Estimated total number of physical writes under the MTTR |
|
|
|
Estimated total physical write ratio under the MTTR. It is the ratio of the estimated total number of physical writes to the total number of physical writes under the current MTTR setting. |
|
|
|
Estimated total number of I/O requests under the MTTR |
|
|
|
Estimated total I/O ratio under the MTTR. It is the ratio of the estimated total number of I/O requests to the total number of I/O requests under the current MTTR setting. |
|
|
|
The database ID of the PDB for the sampled session |
|
|
|
The ID of the container that
|
See Also: