数据库启动和关闭

数据库:
oracle/oracle登录
》sqlplus /nolog
》conn /as sysdba
》startup
》exit
启动监听:lsnrctl start
lsnrctl stop
shutdown
shutdown immediate;立即关闭:关闭数据库并不等待用户断开连接,而是由系统断开与用户的连接,然后关闭数据库。

启动Oracle net start oracleservicesid
停止Oracle net stop oracleservicesid

posted @ 2013-09-04 17:51  范琼琼  Views(108)  Comments(0)    收藏  举报