Oracle数据库关闭异常(ORA-01089: immediate shutdown in progress - no operations are permitted)的解决方法

匿名 (未验证) 提交于 2019-12-03 00:34:01

现象:

  1. not
  2. not
  3. inno

可能关闭的时候出现问题了,查看了一下系统进程,Oracle的进程还在

ps -ef | grep oratest


解决方法:先shutdown abort,再startup,或者start force.


如果shutdown abort也报错:

SQL> shutdown abort
ORA-01031: insufficient privileges

可以多等一会儿再试

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!