select * from v$statname a ,v$mystat b
where a.STATISTIC# = b.STATISTIC#
and a.name = 'redo size';