HP A.06.11 User Manual

Page 218

Advertising
background image

1.

Verify that you can access the Oracle Target Database and that it is opened, as
follows:

Export ORACLE_HOME and ORACLE_SID as follows:

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

ORACLE_HOME="ORACLE_HOME"

export ORACLE_HOME

ORACLE_SID ="ORACLE_SID"

export ORACLE_SID

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

setenv ORACLE_HOME "ORACLE_HOME"

setenv ORACLE_SID "ORACLE_SID"

Start the SQL Plus from the ORACLE_HOME directory:

bin\sqlplus

At theSQL prompt, type:

connect user/passwd@service

select * from dba_tablespaces;

exit

If it fails, open the Oracle Target Database.

Integrating SAP R/3 and Data Protector

218

Advertising