Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN in NOCATALOG mode?
Hi!
> Denham
> Whether you need to back up the control file depends on whether you can
> recover the database without it. On Oracle8i, I gave up trying to extract
> the controlfile from the RMAN backup, and simply back the controlfile up
> after the backup completes. Others on this list have reported they were
able
> to extract the controlfile from the RMAN backup. I believe that on
Oracle9i
> this is much improved. The important thing is that you validate your
backup
> regularly because an untested backup can't be trusted.
In 9i RMAN you can "configure controlfile autobackup on" - that way RMAN always backs up controlfile as well during any backup. You just have to note that if you configure controlfile autobackup on, then this is remembered in controlfile and during several physical database operations like adding datafile, creating/dropping tablespace, taking tablespace/datafile online a controlfile backup is also created (default location $ORACLE_HOME/dbs or database). If you don't take it into account you could have hundreds of old controlfiles lying around if your environment involves a lot of physical structure changes (transportable tablespaces, read only/read write tablespaces etc).
Tanel.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Tanel Poder INET: tanel.poder.003_at_mail.ee Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Sep 18 2003 - 10:30:05 CDT