Oracle实例关闭:SHUTDOWN: waiting for active calls to complete

发布时间:2020-08-08 18:07:21 作者:dmcatding
来源:ITPUB博客 阅读:283

关闭RAC中一个实例卡死

SQL>shutdown immediate


后台日志显示:

Fri Aug 10 14:56:16 2018

Active call for process 43909332 user 'oracle' program 'oracle@scodb01 (TNS V1-V3)'

Active call for process 46006466 user 'oracle' program 'oracle@scodb01 (TNS V1-V3)'

Active call for process 37224684 user 'oracle' program 'oracle@scodb01 (TNS V1-V3)'

Active call for process 17760398 user 'oracle' program 'oracle@scodb01 (TNS V1-V3)'

Active call for process 23855332 user 'oracle' program 'oracle@scodb01 (TNS V1-V3)'

Active call for process 24248536 user 'oracle' program 'oracle@scodb01 (TNS V1-V3)'

Active call for process 40566828 user 'oracle' program 'oracle@scodb01 (TNS V1-V3)'

Active call for process 21168160 user 'oracle' program 'oracle@scodb01 (TNS V1-V3)'

SHUTDOWN: waiting for active calls to complete.


此时,数据库实例关闭夯住。下面KILL 所有上面显示的PID号;


# su - oracle

/home/oracle> ps -ef|grep 43909332

  oracle 43909332        1   0   Jan 20      -  0:24 oraclescodb1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))

/home/oracle> kill -9 43909332

/home/oracle> kill -9 46006466 

/home/oracle> kill -9 37224684 

/home/oracle> kill -9 17760398 

/home/oracle> kill -9 23855332 

/home/oracle> kill -9 24248536 

/home/oracle> kill -9 40566828 

/home/oracle> kill -9 21168160 


杀完进程后,后台日志继续执行关闭操作,直至成功关闭,解决。



推荐阅读:
  1. Oracle incarnation
  2. 查看oracle被锁的表是谁锁的

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

oracle shutdown active

上一篇:ABAP ALV里日期类型的F4帮助

下一篇:linux7上安装RAC的问题

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》