This is an old revision of the document!


Scripts that are specific to exadata monitoring:

select a.name, b.value/1024/1024 MB
from v$sysstat a, v$mystat b
where a.statistic# = b.statistic# and
(a.name in ('physical read total bytes',
'physical write total bytes',
'cell IO uncompressed bytes')
or a.name like 'cell phy%');

  • oracle_exadata_monitoring.1606819215.txt.gz
  • Last modified: 2020/12/01 10:40
  • by andonovj