/* Check disk i/o per file and determine bottlenecks */
select phyrds, phywrts, d.name
from v$datafile d, v$filestat f
where d.file#=f.file#
order by d.name;
|
Results 1 to 4 of 4
Thread: Segment related questionThreaded View
|
Click Here to Expand Forum to Full Width |