IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Start the Oracle 10g database
To manually start the Oracle database:
- Make sure that ORACLE_SID is octigate. Go to a command line and enter:
sqlplus /nologThis opens an sqlplus session.- Connect to the octigate database:
connect system/$password$ as sysdba- Start the octigate database:
startup- Finish the sqlplus session:
exit- Check whether Oracle database listener is running and if octigate is part of the service:
lsnrctl status- 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