Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Nagging RMAN error

Re: Nagging RMAN error

From: Andy Rivenes <arivenes_at_llnl.gov>
Date: Thu, 15 Sep 2005 15:11:42 -0700
Message-Id: <6.0.0.22.2.20050915150906.06a56e10@mail.llnl.gov>


As I recall you have to use the %F option for controlfile autobackup naming. I can't tell if you've done that, but the following works for me:

CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '${CFG_BKUP_DIR}/${CFG_CTL_FILE}.%F';
CONFIGURE CONTROLFILE AUTOBACKUP ON; where ${CFG_BKUP_DIR} and ${CFG_CTL_FILE} have been set to an appropriate directory and file name.

Andy Rivenes
arivenes_at_llnl.gov

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Sep 15 2005 - 17:09:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US