Database Utilities (MOSC)

MOSC Banner

CONTROLFILE AUTOBACKUP ON OR OFF?

edited Apr 10, 2013 2:10AM in Database Utilities (MOSC) 2 commentsAnswered ✓
Hello I have a question.
I have the following rman script:

delete noprompt obsolete;
      backup 
        check logical   
        database tag='TAG${TAG_FULL}'
           filesperset 23
         current controlfile tag='TAG${TAG_CTL}';

And files with the following names are generated:

annnf0_TAG_BKP_ARC_20130409-113001_0.913.812287861
annnf0_TAG_BKP_ARC_20130409-123001_0.1141.812291505
annnf0_TAG_BKP_ARC_20130409-123001_0.1253.812291419
annnf0_TAG_BKP_ARC_20130409-123001_0.1349.812291471
annnf0_TAG_BKP_ARC_20130409-123001_0.341.812291489
annnf0_TAG_BKP_ARC_20130409-123001_0.835.812291445
ncnnf0_TAG_BKP_CTL_20130409-010002_0.1254.812251613
ncsnf0_TAG_BKP_FULL_20130409-010002_0.1257.812251611
nnndf0_TAG_BKP_FULL_20130409-010002_0.1260.812251215
nnndf0_TAG_BKP_FULL_20130409-010002_0.1281.812250851
nnndf0_TAG_BKP_FULL_20130409-010002_0.1303.812250435
nnndf0_TAG_BKP_FULL_20130409-010002_0.1310.812250009

The CONTROLFILE AUTOBACKUP PARAMETER is set to OFF.

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