Control file backup
I have a new 10gr2 RAC and I am trying to find out where my backup of my control file is going. I get my snap backup in my /dbs directory. I have autobackup on in my backup script and the format set, but I don't get a seperate backup of my controlfile. Does rman imbed the control file in one the backup file under 10.2? My 10.1 production system writes a seperate controlfile backup to my backup directory.
Part of my script:
echo Backing up Database DB008
echo -------------------------
export ORACLE_SID=db0083
rman target=sys/oracle << EOF
sql 'alter system archive log current';
Part of my script:
echo Backing up Database DB008
echo -------------------------
export ORACLE_SID=db0083
rman target=sys/oracle << EOF
sql 'alter system archive log current';
0