Integrating Oracle and Data Protector

Troubleshooting

release channel 'dev0';

}

If this fails, see the Oracle documentation for details on how to execute a backup and restore directly to disk using RMAN.

Checking Prerequisites Related to the Oracle Side of the Integration on Windows Systems

For more detailed information about how to perform any of the following procedures, see the Oracle documentation.

1.Verify that you can access the Oracle target database and that it is opened as follows:

Set <ORACLE_HOME > and <DB_NAME>:

Start SQL*Plus from the <ORACLE_HOME> directory: sqlplus /nolog

Start SQL*Plus and type:

connect <user>/<password>@<service> as sysdba select * from dba_tablespaces;

exit

If this fails, open the Oracle target database.

2.Verify that you can access the recovery catalog (if used) as follows:

Set the <ORACLE_HOME> and the <DB_NAME>.

Start SQL*Plus from the <ORACLE_HOME> directory: sqlplus /nolog

Start SQL*Plus and type:

connect <Recovery_Catalog_Login> select * from rcver;

exit

If this fails, open the recovery catalog.

Chapter 1

121