哪个表空间读写最频繁
时间:2010-07-17 来源:atyu30
SQL> select name,phyrds,phywrts,readtim,writetim
2 from v$filestat a,v$dbfile b
3 where a.file# = b.file#
4 order by readtim desc;
2 from v$filestat a,v$dbfile b
3 where a.file# = b.file#
4 order by readtim desc;
相关阅读 更多 +