- Code: Select all
http://www.oraclealchemist.com/oracle/hot-backups-redo-and-fractured-blocks/
When the tablespace is begin backup mode, oracle does not update the scn on data file header. Instead, it update the SCN
on the redo block. However, it continue writing in the data file. but the data file header is frozen. When we bring the data file
to end backup mode, it will repair the data file and reconcile the data file with redo block.
My question is, when log switch happens, the redo log file will be archived to archived redo logs. when we bring the data file
to end backup mode, the info in redo log file will be disappeared and how does oracle reconcile the block when info is lost in
redo log file?
Please help me to understand.