Database Backup and Recovery (MOSC)

MOSC Banner

RMAN backup question

edited Apr 5, 2013 6:20AM in Database Backup and Recovery (MOSC) 6 commentsAnswered
I have a shell script with the following commands:
 delete noprompt obsolete;
      backup
        check logical  
        database tag='TAG${TAG_FULL}'
           filesperset 1
        current controlfile tag='TAG$(TAG_CTL)';


The TAG_FULL and TAG_CTL shell variables have different values so the resulting files from the database backup and the controlfile backup are going to be different..

I know that when recovering a database I can provide the TAG but what happens if the controlfile and the backupsets of the database have different names such as in this case.

Thank you very much!


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