HP 3PAR Recovery Manager 4.5.0 for Oracle on Solaris, Red Hat Linux, and Oracle Enterprise Linux User's Guide (QL226-97705, May 2014)

OR
backup
format 'backup_specification <app_name_%s:%t:%p>.dbf
archivelog all not backed up 1 times skip inaccessible;
If control file object is selected, change the following lines:
backup
format 'backup_specification <app_name_%s:%t:%p>.dbf
current controlfile;
Change these lines to:
backup
format 'backup_specification <app_name_%s:%t:%p>.dbf
controlfilecopy '$ORACLE_HOME/dbs/backup_ctrl$ORACLE_SID';
NOTE: The <backup_specification>, <app_name>, $ORACLE_HOME, and $ORACLE_SID must
be replaced with actual values.
Configuring TNS Naming Service on Recovery Manager for Oracle Backup Server
To configure TNS naming service on Recovery Manager for Oracle Backup Server:
In $ORACLE_HOME/network/admin/tnsnames.ora on the Recovery Manager for Oracle
Backup Server, check an entry as follows:
<Network Service Name>=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = <RMO Backup Server Name
(and NOT the db server name)>)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = <Service Name>)
)
)
58 Configuring Recovery Manager for Oracle