Linux系统Oracle启动关闭
Posted 流易
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux系统Oracle启动关闭相关的知识,希望对你有一定的参考价值。
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 |
以上是关于Linux系统Oracle启动关闭的主要内容,如果未能解决你的问题,请参考以下文章