IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Start the Oracle 9i database
To manually start the Oracle database:
- Complete one of the following steps:
First step in starting the Oracle 9i database
Windows Open an Oracle sqlplus editor. UNIX and Linux Run the following command: su - oracle
- Check whether ORACLE_SID is octigate. If not:
export ORACLE_SID=octigate- Start the SQL command line:
sqlplus " / as sysdba"- Connect to the octigate database:
connect internal- Start the octigate database:
startup- Exit from Server Manager Command line mode:
quit- Check whether the Oracle database listener is running and if octigate is part of the service:
lsnrctl stat- Start the Oracle database listener if it has not yet been up and running or octigate is not in the service:
lsnrctl start
Parent topic:
Start and stop the monitoring environment