RMAN: Backing UP Oracle Database FRA

RMAN: Backing Up Oracle FRA
Андрей Волков

Андрей Волков

Системное, сетевое администрирование +DBA. И немного программист!))  Профиль автора.

If you use an FRA, one nice RMAN feature is that you can back up all the files in that location with one command. If you’re using a media manager and have a tape backup channel enabled, you can back up everything in the FRA to tape, like this:

RMAN> backup device type sbt_tape recovery area;

You can also back up the FRA to a location on disk. Use the TO DESTINATION command to accomplish this:

RMAN> backup recovery area to destination '/u01/O12C/fra_back';

RMAN will automatically create directories as required beneath the directory specified by the TO DESTINATION command.

Image Note  The format of the subdirectory under the directory TO_DESTINATION is db_uniuqe_name/backupset/YYYY_MM_DD.

RMAN will back up full backups, incremental backups, control file autobackups, and archive redo log files. Keep in mind that flashback logs, online redo log files, and the current control file are not backed up.

Вас заинтересует / Intresting for you:

RMAN: Using Online or Offline ...
RMAN: Using Online or Offline ... 1636 views Андрей Волков Sat, 29 Feb 2020, 10:01:33
RMAN: Specifying the Backup Us...
RMAN: Specifying the Backup Us... 2482 views Андрей Волков Sat, 29 Feb 2020, 10:14:03
RMAN: Checking for Corruption ...
RMAN: Checking for Corruption ... 26941 views Андрей Волков Thu, 30 Sep 2021, 11:57:27
How to use RMAN for Stop/Start...
How to use RMAN for Stop/Start... 1918 views Андрей Волков Mon, 31 Jan 2022, 17:35:05
Comments (0)
There are no comments posted here yet
Leave your comments
Posting as Guest
×
Suggested Locations