Stopping/Starting Oracle Database
1. $ sqlplus /nolog
2. SQL> conn / as sysdba
3. SQL> shutdown immediate
or
3. SQL> startup
Stopping/Starting Oracle Net Listener
$ $ORACLE_HOME/bin/lsnrctl start|stop|status [listenername]
Stopping/Starting iSQL*Plus
$ $ORACLE_HOME/bin/isqlplusctl start|stop
Stopping/Starting Oracle Ultra Search
$ $ORACLE_HOME/bin/searchctl start|stop|status
Stopping/Staring Enterprise (EM) Database Control
$ $ORACLE_HOME/bin/emctl start|stop|status dbconsole
Stopping/Starting Oracle Management Agent
$ $ORACLE_HOME/agent/bin/emctl start|stop|status agent
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29987/viewspace-51879/,如需转载,请注明出处,否则将追究法律责任。