The database reported error while performing requested
operation.
Action
Review user group membership for the user account which is used in Oracle database
access authentication. For details, see “Configuring user accounts” on page 175.
Verifying the prerequisites (Oracle side)
Perform the following verification steps, in numerical order, to verify that Oracle is
installed properly:
1. On the application system, 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.
Data Protector SAP R/3 ZDB integration230