Database Backup and Recovery (MOSC)

MOSC Banner

Consufe with RMAN 9i

edited Jul 3, 2012 3:18PM in Database Backup and Recovery (MOSC) 5 commentsAnswered
Hi all,

   I use Oracle 9.2.0.4.

   My Oracle environment is DataGuard. My goal is use RMAN backup of standby database to restore and recover primary database. At the primary db server, I mount location is /tmp/backup to standby db server (it's mean: both of standby and primary can see this location).

   Ok, I use bellow script to backup standby database: 

 run {

 backup format '/tmp/backup/stb_%t_%s.dbk' database plus archivelog; 

 crosscheck backupset;

 delete noprompt obsolete device type disk;
}

   I can backup standby db is OK but can not backup controlfile, RMAN give a error : RMAN-06497: WARNING: controlfile is not current, controlfile autobackup skipped

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center