For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
SQL> select sid from v$session s, v$process p where s.program like '%DBW%' and p.addr = s.paddr; SID ---------- 662 SQL> select name, value from v$sesstat s, v$statname n where s.statistic# = n.statistic# 2 and name like 'redo%' and sid = 662 3 / NAME VALUE ---------------------------------------------------------------- ---------- redo synch writes 0 redo synch time 0 redo blocks read for recovery 0 redo entries 3763645 redo size 422412184 redo buffer allocation retries 20052 redo wastage 0 redo writer latching time 0 redo writes 0 redo blocks written 0 redo write time 0 redo log space requests 3415 redo log space wait time 0 redo log switch interrupts 0 redo ordering marks 1 redo subscn max counts 5 16 rows selected
redo entries 3763645 redo size 422412184 redo buffer allocation retries 20052
{noformat} (lowercase, curly brackets, no spaces) so that the text appears in
.