when use backup control file, we should use
recover database until cancel using backup controlfile.
what i don't understand is why we need "using backup controlfile" clause?
is it because each controlfile recorded SCN,
so by this clause, it tells oracle that the target of recovery
may go beyond the SCN recorded in controlfile ?
otherwise , oracle will stop at SCN recorded in controlfile.
am i right?