4.331 DBA_HIST_IOSTAT_DETAIL
DBA_HIST_IOSTAT_DETAIL
displays I/O statistics aggregated by combination of file type and function (component).
This view contains snapshots of V$IOSTAT_FILE
and V$IOSTAT_FUNCTION
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique snapshot ID |
|
|
|
Database ID for the snapshot |
|
|
|
Instance number for the snapshot |
|
|
|
Function ID |
|
|
|
Function name |
|
|
|
Type of file (for example, log file, data file, and so on) |
|
|
|
Name of the file, in the case of a data file or temp file. For all other files, a corresponding string to be displayed (for example, |
|
|
|
Number of single block megabytes read |
|
|
|
Number of single block megabytes written |
|
|
|
Number of multiblock megabytes read |
|
|
|
Number of multiblock megabytes written |
|
|
|
Number of single block read requests |
|
|
|
Number of single block write requests |
|
|
|
Number of multiblock read requests |
|
|
|
Number of multiblock write requests |
|
|
|
Number of I/O waits by functionality |
|
|
|
Total wait time (in milliseconds) |
|
|
|
The database ID of the PDB for the sampled session |
|
|
|
The ID of the container that
|
See Also: