linux下启动oracle
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux下启动oracle相关的知识,希望对你有一定的参考价值。
1. linux下启动oracle
su - oracle
sqlplus /nolog
conn /as sysdba
startup
exit
lsnrctl start
exit
2. linux下关闭oracle
su - oracle
sqlplus /nolog
conn /as sysdba
shutdown immediate
exit
lsnrctl stop
exit
3、启动监听器
[email protected]:~> lsnrctl start
4、停止监听器
[email protected]:~> lsnrctl stop
5、查看监听器状态
[email protected]:~> lsnrctl
LSNRCTL> status
LSNRCTL> exit
本文出自 “刘振” 博客,请务必保留此出处http://liuzhenlife.blog.51cto.com/10591893/1920676
以上是关于linux下启动oracle的主要内容,如果未能解决你的问题,请参考以下文章
Virtual Box下安装Oracle Linux 6.3