Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN / nocatalog
On Fri, 05 Aug 2005 07:34:15 -0700, amerar wrote:
> 1) When you issue the command "using backup controlfile", that
> basically means you will be performing a PIT recovery, and the SCN's in
> the controlfile do not match what you want to restore to.
No. Option "using backup controlfile" tells database not to use SCN's from the control file. That's it. It doesn't have any bearing on the recovery process itself. It will apply as many changes as you give it to them. When it reaches current redo log files, it will apply them and finish the recovery. If the current redo log files are lost, you will have to enter "cancel" and open the database with RESETLOGS option.
-- http://www.mgogala.comReceived on Sat Aug 06 2005 - 23:49:16 CDT
![]() |
![]() |