|
最初由 chao_ping 发布
[B]一般而言没有什么问题的.99.999..%
但是如果百万分之一出现了问题,我也不负责. [/B]
非常感谢
[root@ccfa bin]# ps -ef | grep oracle | wc -l
217
$ sqlplus internal
SQL*Plus: Release 8.1.6.0.0 - Production on Mon May 13 19:54:31 2002
(c) Copyright 1999 Oracle Corporation. All rights reserved.
ERROR:
ORA-00020: maximum number of processes (200) exceeded
然后我kill 9 了一些进程
[root@ccfa bin]# ps -ef | grep oracle | wc -l
197
]$ sqlplus internal
SQL*Plus: Release 8.1.6.0.0 - Production on Mon May 13 19:55:49 2002
(c) Copyright 1999 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Release 8.1.6.1.0 - Production
JServer Release 8.1.6.0.0 - Production
SQL> shutdown immediate
正在进行中ing
谢谢,不过问题没有得到根本解决,为什么这么多的连接未被释放?是数据库的问题?resin的问题?还是jsp编写的问题? |
|