SELECT * FROM v$sysstat a ,v$statname b WHERE a.statistic#=b.statistic# AND (a.name LIKE 'redo%' OR b.name LIKE 'redo%');