Software Suite for Oracle Owner's manual

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
catalog 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/tnsname.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>)
)
)
Setting Up NetBackup Policies for Oracle RMAN Backup
The following sections describe how to set up NetBackup (NBU) policies for NBU backup with
RMAN.
To perform NBU backup with RMAN, you must have Symantec NetBackup for Oracle (NBU Agent
for Oracle) installed on the NBU master server, Symantec NetBackup client for Oracle installed
on the database server and the backup server. Refer to Symantec NetBackup for Oracle for
installation and configuration instructions.
52 Configuring Recovery Manager for Oracle