Chinaunix

标题: 求救:错误提示maximum number of processes exceeded [打印本页]

作者: user_ljh    时间: 2004-10-01 22:01
标题: 求救:错误提示maximum number of processes exceeded
请教oracle高手:
用jsp向oracle中多次插入数据出现错误,
错误提示为:[Oracle][ODBC][Ora]ORA-00020: maximum number of processes (150) exceeded
怎样解决?
谢谢!!
我的e-mail: user@tom.com
作者: 弱智    时间: 2004-10-01 22:58
标题: 求救:错误提示maximum number of processes exceeded
Back
are you using the "as sysdba " option?
do this

sqlplus /nolog
conn sys/xxx@(protected) as sysdba;
=====================================

FROM:
http://dba.5341.com/msg/15210.html
作者: renxiao2003    时间: 2004-10-02 21:33
标题: 求救:错误提示maximum number of processes exceeded
我想应该是你在JSP文件中对ORACLE的连接没有释放造成的,比如你的ORACLE的连接数据设的是10个,而你的每个JSP文件中都有CONNECT,但没有CLOSe,那么当你打开多个JSP文件后,就造成ORACLE能处理的连接数据超出的问题了啊。




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2