首页 > 数据库技术 > 详细

linux下启动oracle

时间:2017-04-29 16:06:13      阅读:231      评论:0      收藏:0      [点我收藏+]

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、启动监听器 

oracle@suse92:~> lsnrctl start 

4、停止监听器 

oracle@suse92:~> lsnrctl stop 

5、查看监听器状态 

oracle@suse92:~> lsnrctl 

LSNRCTL> status 

LSNRCTL> exit 


本文出自 “刘振” 博客,请务必保留此出处http://liuzhenlife.blog.51cto.com/10591893/1920676

linux下启动oracle

原文:http://liuzhenlife.blog.51cto.com/10591893/1920676

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!