DBA_HIST_IOSTAT_FUNCTION
displays historical I/O statistics by function. This view contains snapshots of V$IOSTAT_FUNCTION
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique snapshot ID |
|
|
|
Database ID for the snapshot |
|
|
|
Instance number for the snapshot |
|
|
|
Function ID |
|
|
|
Function name |
|
|
|
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: