HP A.06.11 User Manual

Page 142

Advertising
background image

3.

Start SQL*Plus from the bin directory in the ORACLE_HOME directory:

sqlplus /nolog

4.

Start SQL*Plus and type:

connect Target_Database_Login

exit

and then

connect Recovery_Catalog_Login

exit

If this fails, see the Oracle documentation for instructions on how to create
a configuration file (NAMES.ORA).

Verify that the Oracle target database and the recovery catalog database are
configured to allow remote connections with the system privileges:

1.

Export or set the ORACLE_HOME and DB_NAME variables as described in

Step 1

on page 140.

2.

Start SQL*Plus from the bin directory in the ORACLE_HOME directory:

sqlplus /nolog

3.

Start SQL*Plus and type:

connect Target_Database_Login as SYSDBA

exit

and

sqlplus connect Recovery_Catalog_Login as SYSDBA

exit

Repeat the procedure using SYSOPER instead of SYSDBA.

If this fails, see the Oracle documentation for instructions about how to set up the
password file and any relevant parameters in the initDB_NAME.ora file.

If you use the recovery catalog database, verify that the target database is
registered in the recovery catalog:

1.

Export or set the ORACLE_HOME variable as described in

Step 1

on page 140.

2.

Start SQL*Plus from the bin directory in the ORACLE_HOME; directory:

sqlplus /nolog

Integrating Oracle and Data Protector

142

Advertising