Checks And Verifications - HP Data Protector A.06.11 Integration Manual

For oracle and sap
Hide thumbs Also See for Data Protector A.06.11:
Table of Contents

Advertisement

See the HP Data Protector product announcements, software notes, and references
for general Data Protector limitations, as well as recognized issues and
workarounds.
See
http://www.hp.com/support/manuals
versions, platforms, and other information.

Checks and verifications

For more detailed information about how to perform any of the following procedures,
see the Oracle documentation.
If your configuration, backup, or restore failed:
Verify that you can access the Oracle target database and that it is opened as
follows:
UNIX: Export the ORACLE_HOME and DB_NAME variables as follows:
1.
• if you are using an sh - like shell, enter the following commands:
• if you are using a csh - like shell, enter the following commands:
Windows: Set the ORACLE_HOME and DB_NAME variables.
2.
Start SQL*Plus from the bin directory in the ORACLE_HOME directory:
sqlplus /nolog
3.
Start SQL*Plus and type:
connect user_name/password@service as sysdba;
select * from dba_tablespaces;
exit
If this fails, open the Oracle target database.
Verify that you can access the recovery catalog (if used) and that it is opened as
follows:
140
Integrating Oracle and Data Protector
ORACLE_HOME="ORACLE_HOME"
export ORACLE_HOME
DB_NAME="DB_NAME"
export DB_NAME
setenv ORACLE_HOME "ORACLE_HOME"
setenv DB_NAME "DB_NAME"
for an up-to-date list of supported

Advertisement

Table of Contents
loading

Table of Contents