File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Products
»
Oracle/OAS
Author
Java exception error message
Justin Parker
Greenhorn
Joined: May 24, 2006
Posts: 1
posted
May 24, 2006 14:57:00
0
When I try to login into a
JSP
page, Iam gettig an error message:
java.sql.SQLException
: ORA-00020: maximum number of processes (150) exceeded
Can anyone suggest me how to avoid this...
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
I like...
posted
May 25, 2006 02:38:00
0
Make sure you close all connections you open from your application (in a finally block) and make sure Oracle is configured to allow enough processes.
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Java exception error message
Similar Threads
A Generic Question
how to configure Weblogic 6.1 with JSTL?
q from overalltesting.com
going to previous page which contains frames
How to print content of frame?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter