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
相关文章
- Linux服务器如何后台运行程序及查看进程?
- Linux 下Tomcat服务器响应越来越慢分分析
- Linux下使用Magent+Memcached缓存服务器集群部署
- Linux开启root用户
- Linux环境oracle导库步骤
- linux将apache设置为系统服务和开机自启
- Oracle ORA-01033: ORACLE initialization or shutdown in progress 错误解决办法. 重启服务
- Linux服务器上创建日志服务器和FTP服务器
- 服务降级 托底预案 Nginx中使用Lua脚本检测CPU使用率,当达到阀值时开启限流,让用户排队
- 用 xampp 在 windows/Linux 下搭建代理服务器