Checks and verifications – HP A.06.11 User Manual

Page 140

Advertising
background image

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

for an up-to-date list of supported

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:

1.

UNIX:

Export the ORACLE_HOME and DB_NAME variables as follows:

• if you are using an sh - like shell, enter the following commands:

ORACLE_HOME="ORACLE_HOME"

export ORACLE_HOME

DB_NAME="DB_NAME"

export DB_NAME

• if you are using a csh - like shell, enter the following commands:

setenv ORACLE_HOME "ORACLE_HOME"

setenv DB_NAME "DB_NAME"

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:

Integrating Oracle and Data Protector

140

Advertising