您的位置:首页 > 数据库 > Oracle

Linux系统Oracle启动、关闭

2017-07-03 09:47 465 查看
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

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: