•
RMAN> BACKUP RECOVERY AREA;
This command backs up all flash recovery files created in the current flash recovery area destinations that have not previously been backed up. Files that fall into this category are full and incremental backup sets, control fileautobackups, archive logs, anddata file copies. Other files such asflashback logs, incremental bitmaps, current control file, and online redo log files are not backed up.
This command backs up all flash recovery files created in the current flash recovery area destinations that have not previously been backed up. Files that fall into this category are full and incremental backup sets, control fileautobackups, archive logs, anddata file copies. Other files such asflashback logs, incremental bitmaps, current control file, and online redo log files are not backed up.
•
RMAN> BACKUP RECOVERY FILES;
This command backs up all recovery files on disk that have not previously been backed up. The files that fall into this category are full and incremental backup sets, control fileautobackups, archive logs, and data file copies.
This command backs up all recovery files on disk that have not previously been backed up. The files that fall into this category are full and incremental backup sets, control fileautobackups, archive logs, and data file copies.
我仔细看了一下,仍然没有看懂这两者的区别啊.