Search notes:

Oracle redo log block

SCNs

A redo log block contains the first and last SCN of transactions in that block.

Redo log block size

select
   lebsz as log_block_size
from
   x$kccle;

select
   block_size
from
   v$archived_log;

See also

The db_block_checksum init parameter

Index