码迷,mamicode.com
首页 > 其他好文 > 详细

ORA-00020: maximum number of processes (1000) 错误处理

时间:2018-02-23 19:11:39      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:roo   serve   1.0   sql   oss   exce   -o   error   无法登录   

故障现象:
检查数据库备份时发现数据库未执行备份,查看日志显示:
技术分享图片
[root@oracle 11g ~]# su - oracle
[root@oracle 11g ~]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Thu Sep 18 18:14:15 2014

Copyright (c) 1982, 2009, Oracle. All rights reserved.

ERROR:
ORA-00020: maximum number of processes (1000) exceeded #登录oracle时报进程数超过1000的错误,导致无法登录。
查看oracle报错实例的进程数,发现很多进程:
[root@oracle 11g ~]$ps -ef|grep "oracleXXXX (LOCAL=NO)" #XXXX为数据库实例
故障处理:
[root@oracle 11g ~]$ps -ef|grep "oracleXXXX (LOCAL=NO)"|grep -v grep|awk ‘{print $2}‘|xargs kill -9

重新登录数据库
问题解决。

ORA-00020: maximum number of processes (1000) 错误处理

标签:roo   serve   1.0   sql   oss   exce   -o   error   无法登录   

原文地址:http://blog.51cto.com/3001441/2072430

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!