Oracle 11gR2 – RMAN Archivelog Backup Guide

backuporacle-11g-r2rman

I use below command to do RMAN backups on rhel 5.9, but archivelog backups always ends up in $ORACLE_HOME/dbs

Backup as compressed backupset database plus archivelog format '/path' 

How to use the same path as mentioned in the above command to get both backupset of database in same location or other desirable location

Best Answer

You have to specify the format string twice, once for database backupsets, and once for the archivelog backups, for example:

backup as compressed backupset database format '/path/%U' plus archivelog format '/path/%U';