Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am working on a web application which runs on Netscape Application server 4.0. It is built on java 1.1.7. We have Oracle 9i database at back-end.
Recently we migrated our application from HP-UX system to Sun Solaris.
Now-a-days, we face application stall\halt\not working issue frequently.
To make application available immediately, we simply restart the NAS, NES and other services. After that everything works fine

When i checked application logs, i found that it has something to do with free and busy JDBC connections.
Now my question is, when i have set my max connection to more than 100, why it fails after creating 15-20 connections?
Has it something to do with JDBC or the OS or application server.
Please note, the application was built long back and was working all fine on old system.
Even after migrating to new system, it worked very well for 8-9 months. Its recently only the application is giving issue

Your advice\suggestion are much appreciated.
Please help!!!
Thanks in advance!
Posted
Comments
Shubhashish_Mandal 27-Nov-13 5:51am    
did you check how much active connections Oracle 9i provide(by default)?
SanketAB 28-Nov-13 1:23am    
no...may i know where can i check it?
Anyway but the maximum connections is set to 200, so there should be 200 connections available
CHill60 27-Nov-13 17:58pm    
Did you also set the PROCESSES parameter?
SanketAB 28-Nov-13 1:24am    
no..what is that??where can i find it
CHill60 28-Nov-13 8:13am    
Try here http://docs.oracle.com/cd/B10501_01/server.920/a96521/manproc.htm[^]. This might also be useful debug type post[^]
Let me know if it solves your issue

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900