当前位置:网站首页>ORACLE not available如何解决
ORACLE not available如何解决
2022-07-28 22:34:00 【青木与风】
出现Oracle不可用可以一般情况下有两种办法解决
1.先关闭数据库,在打开数据库
SQL>shutdown immediate
SQL>startup open
先用这种方式看看问题解决了没有,如果没有再用第二种办法试试。
2.打开监听,把监听启动一下
$ . oraenv (选择+ASM环境变量,监听一般在这下面)
$ lsnrctl
LSNRCTL> lsnrctl status
LSNRCTL> stop
LSNRCTL> start
然后再把环境变量切换回来,就可以继续进行操作了
边栏推荐
- MySQL事务(transaction) (有这篇就足够了..)
- Software designer - intermediate, exam summary
- Redis learning notes
- 总结:POD与容器的区别
- PTA (daily question) 7-70 diamond
- Dynamic programming problem (VIII)
- flyway的快速入门教程
- Kali installs burpsuite professional
- Event extraction and documentation (2018)
- Summary: the difference between pod and container
猜你喜欢

MySQL的存储过程

vulnhub:Sar

Locally connect to redis on Windows Server

Sword finger offer 41. median in data flow

Oracle实例无法启动的问题如何解决

Software designer afternoon question

动态规划问题(七)

vscode下链接远程服务器安装插件失败、速度慢等解决方法

Introduction and solution of common security vulnerabilities in Web System SQL injection

Immutable x officially opens IMX token pledge detailed IMX pledge introduction optimistic about the development prospect of IMX
随机推荐
Event extraction and documentation (2018)
CV target detection model sketch (2)
Advanced area of attack and defense world web masters warmup
AutoCAD -- import excel tables into CAD and merge CAD
Linux下安装Mysql5.7,超详细完整教程,以及云mysql连接
Field injection is not recommended solution
PTA (daily question) 7-74 yesterday
CV semantic segmentation model sketch (2)
Newscenter, advanced area of attack and defense world web masters
PTA (daily question) 7-72 calculate the cumulative sum
Use hutool tool class to operate excel with more empty Sheet1
Oracle实例无法启动的问题如何解决
递归/回溯刷题(下)
Everything you have learned will come in handy at some point in your life (turn)
动态规划问题(八)
Oracle超全SQL,细节狂魔
Recursion / backtracking (middle)
Web系统常见安全漏洞介绍及解决方案-CSRF攻击
Software designer - intermediate, exam summary
@PostConstruct注解详解