HP Application Recovery Manager software Integration guide (March 2008)

1. On the SAP R/3 system on which you plan to start the backup, verify that the
target database is online, as follows:
UNIX
:
export ORACLE_SID=Oracle_SID
export ORACLE_HOME=Oracle_home_path
$ORACLE_HOME/bin/sqlplus
Windows
:
set ORACLE_SID=Oracle_SID
set ORACLE_HOME=Oracle_home_path
%ORACLE_HOME%\bin\sqlplus
At the SQLPlus prompt, type:
connect user/passwd@service
select * from dba_tablespaces
exit;
Try starting the target database.
Application Recovery Manager SAP R/3 integration186