checkpoint scn in redolog and controlfile
694352Oct 8 2009 — edited Oct 10 2009Hi
The checkpoint scn in datafile headers are updated after checkpoint.
How about redologs and controlfile?
As far I read from the docs
scn's are written to redo logs continuously (every commit), it should also stored in controlfile continuesly(every commit) so that controlfile will know where redochain ends ..
Is that right?