EXADATA CELL STATS
select sid,name, value/1024/1024 as stat_value from v$sesstat s, v$statname n where s.statistic# = n.statistic# and n.name in ( 'cell physical IO bytes saved by storage index', 'cell physical IO interconnect bytes returned by smart scan');
Advertisements
Leave a Reply