Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: data file disk read/write rate
"phil" <phil_sheu_at_hotmail.com> wrote in message news:<57Bq7.309$4k2.254924_at_news.pacbell.net>...
> Hi,
>
> Is there anyway to know that how many disk read per second on data files for
> a Oracle instance.
>
> Thanks!
v$filestat
Timed_statistics in init.ora must be true
or
you must use alter system set timed_statistics=true
before you select * from v$filestat
Hth,
Sybrand Bakker, Senior Oracle DBA Received on Fri Sep 21 2001 - 03:58:06 CDT
![]() |
![]() |