Integrating SAP R/3 and Data Protector

Troubleshooting

Repeat the procedure using SYSOPER instead of SYSDBA. Set the <ORACLE_HOME> directory

If you are using the recovery catalog:

bin\rman target <Target_Database_Login> rcvcat <Recovery_Catalog_Login>

If you are not using the recovery catalog:

bin\rman target <Target_Database_Login> nocatalog

If this fails, refer to the Oracle documentation for instructions on how to set up the password file and any relevant parameters in the init<ORACLE_SID>.ora file.

Prerequisites on the SAP R/3 Side of the Integration

The following verification steps must be performed in order to verify that SAP R/3 is installed as required for the integration to work. These steps do not include Data Protector components.

1.Verify backup directly to disk as follows: brbackup -d disk -u<user>/<password>

If this fails, check the error messages and resolve possible problems before you continue.

2.Verify restore directly to disk as follows: brrestore -d disk -u<user>/<password>

If this fails, check the error messages and resolve possible problems before you continue.

3.If you are running backups in RMAN mode, verify backup and restore directly to disk using Recovery Manager channel type disk as follows:

a.You must define the parameter init in the initialization file init<ORACLE_SID>.ora.

Run the following commands:

brrestore -d pipe -u <user>/<password> -t online -m all brrestore -d disk -u <user>/<password>

Chapter 2

217

Page 239
Image 239
HP OpenView Storage B6960-96008 manual If you are not using the recovery catalog