Here are some scripts related to Redo Log Buffer .
REDO LOG CONTENTION NOTES:
select NAME,
GETS,
MISSES,
SLEEPS,
IMMEDIATE_GETS,
IMMEDIATE_MISSES
from v$latch
where NAME in ('redo allocation','redo copy')
REDO BUFFER NOTES:
select NAME,
VALUE
from v$sysstat
where NAME like 'redo%'
and VALUE > 0
Since you are seeing this, it means that your browser does not support cascading style sheets. Please download and use one of the many browsers that support web standards.