Integrating SAP R/3 and Data Protector

Troubleshooting

Figure 2-18Checking the Status of the Oracle Listener

a.The status of the respective listener service in the Services window should be Started, otherwise you must start it manually.

b.Start the Server Manager (Oracle8/8i) or SQL Plus (Oracle9i) from the <ORACLE_HOME> directory:

bin\svrmgrl (Oracle8/8i) or bin\sqlplus (Oracle9i)

At the SVRMGR (Oracle8/8i) or SQL (Oracle9i) prompt, type: connect <Target_Database_Login>

exit

If it fails, refer to the Oracle documentation for instructions on how to create a TNS configuration file (TNSNAMES.ORA).

3.If you are running backups in RMAN mode, verify that the Oracle Target Database is configured to allow remote connections with system privileges:

Set <ORACLE_HOME > as described on page 225 and start the Server Manager from the <ORACLE_HOME> directory:

bin\svrmgrl

At the SVRMGR prompt, type

connect <Target_Database_Login> as SYSDBA; exit

216

Chapter 2