java.sql.SQLException: ORA-00020: maximum number of processes (100) exceeded
sumithradevi_at_hotmail.com
Date: 10/30/03
- Next message: Murat Tasan: "vm optimizations"
- Previous message: Paul Thomas: "Multiple JVM instances for Browsers"
- Next in thread: Nathan Zumwalt: "Re: java.sql.SQLException: ORA-00020: maximum number of processes (100) exceeded"
- Reply: Nathan Zumwalt: "Re: java.sql.SQLException: ORA-00020: maximum number of processes (100) exceeded"
- Reply: PerfectDayToChaseTornados: "Re: java.sql.SQLException: ORA-00020: maximum number of processes (100) exceeded"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Oct 2003 19:03:00 -0800
Hello Friends,
I am getting the following error.
java.sql.SQLException: ORA-00020: maximum number of processes (100)
exceeded
I am closing all my resultsets and all my connections in the try
block.
should i close ResultSets and Connections in the catch block aswell?.
or the problem is due to the connection pool settings in weblogic or
on the oracle side instead of in my application.
Thanks in Advance
s
- Next message: Murat Tasan: "vm optimizations"
- Previous message: Paul Thomas: "Multiple JVM instances for Browsers"
- Next in thread: Nathan Zumwalt: "Re: java.sql.SQLException: ORA-00020: maximum number of processes (100) exceeded"
- Reply: Nathan Zumwalt: "Re: java.sql.SQLException: ORA-00020: maximum number of processes (100) exceeded"
- Reply: PerfectDayToChaseTornados: "Re: java.sql.SQLException: ORA-00020: maximum number of processes (100) exceeded"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|