File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Oracle/OAS and the fly likes Java exception error message 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
Reply Bookmark "Java exception error message" Watch "Java exception error message" New topic
Author

Java exception error message

Justin Parker
Greenhorn

Joined: May 24, 2006
Posts: 1
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

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?