Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Why control files are needed for restore of hot backup?
Hi everyone,
I have a question which will probably look obvious to many, but I'm
just starting with Oracle! If I take a hot backup of a database, using
for each tablespace:
- alter tablespace bla-bla begin backup
I also include in my backup the archive logs generated during the
backup.
Now my question is if the datafile structure of the database doesn't
change, do I really need the control file to also be backed up? It
seems to me that at recovery time, re-creating the control files
should be the same result than using a control file from during the
backup. My feeling is that in both cases, Oracle relies exclusively on
the SCN's of the datafile headers in order to decide which datafile
needs recovery, and which one doesn't.
Daniel Received on Tue May 21 2002 - 19:48:29 CDT
![]() |
![]() |