java.sql.SQLException: ORA-00020: maximum number of processes (196) exceeded [message #98281] |
Fri, 18 June 2004 22:17 |
T V N DORA
Messages: 2 Registered: March 2004
|
Junior Member |
|
|
Hi,
I am having a problem with my database giving the following error.
java.sql.SQLException: ORA-00020: maximum number of processes (196) exceeded
I checked and found that there are some inactive sessions in the database which are not getting closed even after serving their purpose and are still existing and showing as inactive. This problem came when i am using PL/SQL procedures. Increase in the number of processes is of no use as i had already increased the number from 120 to 196 which is the max. permissible value in my box.
Following is one of the process that is still running in the server even after the front end execution is completed.
BEGIN
:1 := dbms_pickler.get_type_shape (:2, :3, :4, :5, :6, :7);
END;
Following are the details about my database installed on solaris box:
DB: ORACLE 8.1.7
OS: Solaris 8.0
App server: jboss-3.0.1.
Pls note that if i restart the jboss, all the processes are getting closed but as u know, this is not the ideal solution.
Any feasible solution is highly appreciated.
Thanking you,
Dora.
|
|
|
|
|