Oracle 9i
---------------------
DB start and console start:
$lsnrctl start
$dbstart
./oemapp dbastudio
oracle 10g:
------------------------------
DB start and console start:
1. Navigate into your $ORACLE_HOME/bin directory
2. Issue the following statement:
$lsnrctl start
$dbstart
$./emctl start dbconsole
http://host.domain:5500/em
Starting iSQL*Plus
$isqlplusctl start
http://host.domain:5560/isqlplus