
Protecting Oracle Database Appliance - Tape Backup with Oracle Secure Backup
17
)
)
2) Modify the file to look as follows:
# tnsnames.ora Network Configuration File:
/u01/app/oracle/product/11.2.0.3/dbhome_1/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
ISR =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = hamms-scan)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = isr)
)
)
ISR1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = hamms1)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = isr)
(SID = isr1)
)
)
ISR2 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = hamms2)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = isr)
(SID = isr2)
)
)
3) After modifying tnsnames.ora verify ownership/permissions on the file to ensure they are correct:
i) Owner should be oracle
ii) Group should be oinstall
iii) Permissions should be rw-r----- or 640 octal
Execute Backup Tests
Choose one of the clients to execute the RMAN script, in this example we use hamms1:
[root@hamms1 /]# su – oracle
[oracle@hamms1 ~]$ rman target /
From the RMAN prompt provide the path to the previously created RMAN script in order to execute the script:
RMAN>@/oracleBU/osb/rman.script
After executing the script, monitor the job to ensure the backup completes successfully.
Kommentare zu diesen Handbüchern