Oracle 9i --------------------- $lsnrctl start ./oemapp dbastudio oracle 10g: ------------------------------ DB start and console start: 1. Navigate into your $ORACLE_HOME/bin directory
Oracle 9i use C/S console, while Oracle 10g use B/S console.
DB start and console start:
$dbstart
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