Database Backup and Recovery (MOSC)

MOSC Banner

What is the effect of dbms_backup_restore.AutoBackupFlag(FALSE)?

edited Jan 11, 2010 1:24AM in Database Backup and Recovery (MOSC) 3 commentsAnswered
I recently díd a TSPITR manualy recalling most of the steps executed during an automatic TSPITR by RMAN.

In particular I executed the RMAN-command "sql 'begin dbms_backup_restore.AutoBackupFlag(FALSE); end;';". At the end I forgot to execute "sql 'begin dbms_backup_restore.AutoBackupFlag(TRUE); end;';". However, in a subsequent archivelog backup an autobackup was started automaticaly.

Now I wonder what was the effect of dbms_backup_restore.AutoBackupFlag(FALSE). Does this flag only work within the RMAN recovery session? Or is it still necessary to call dbms_backup_restore.AutoBackupFlag(TRUE) for some reason?

Obviously the package dbms_backup_restore is not documented. Therefore, it would be nice if somebody knows details.

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