Oracle has introduce an emulator for SBT library to do a backup of the FRA to disk. The RMAN disksbt library, which emulates a SBT library (but it writes the backups to a disk location). This disksbt, can be used to test backup the FRA to a disk location
For Example:
RMAN> run { allocate channel dev1 type sbt parms='SBT_LIBRARY=oracle.disksbt, ENV=(BACKUP_DIR=/home/oracle)'; crosscheck backup device type sbt_tape; delete noprompt expired backup; }
Thanks a lot. This is really helpful information.
ReplyDeleteI have a question. Is it like do we need to include the command "backup recovery area" in the example you provided in order to backup the flashback logs.
Thanks a lot in advance for your time.