流易

日日行,不怕千万里;常常做,不怕千万事。(https://github.com/poazy)

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Linux系统启动Oracle命令

su - oracle

sqlplus /nolog

conn / as sysdba

startup

exit

lsnrctl start

exit

Linux系统关闭Oracle命令

su - oracle

sqlplus /nolog

conn / as sysdba

shutdown immediate

exit

lsnrctl stop

exit

      

Windwos Server系统启动Oracle命令

lsnrctl start

net start OracleServiceORCL

Windwos Server系统关闭Oracle命令

lsnrctl stop

net stop OracleServiceORCL

posted on 2017-07-03 09:47  流易  阅读(990)  评论(0编辑  收藏  举报