V$FILESTAT
This view displays statistics about I/O operations on files.
Fields
The most relevant view fields are as follows:
FILE#
: The file identification numberPHYRDS
: The number of physical reads donePHYWRTS
: The number of physical writes doneREADTIM
: The time spent doing reads (in hundredths of a second)WRITETIM
: The time spent doing writes (in hundredths of a second)
See also
The
V$DATAFILE
section in this appendix