This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Oracle/OAS and the fly likes Multiple oracle processes getting created Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Multiple oracle processes getting created" Watch "Multiple oracle processes getting created" New topic
Author

Multiple oracle processes getting created

Rohit Rai
Ranch Hand

Joined: Aug 04, 2008
Posts: 53
Hi,

I am using JBoss Managed connection pooling for an application - this is done using oracle-ds.xml in the JBoss and configuring the datasource in applicationContext.xml . The connection is getting created properly and we are able to execute all the queries etc. But the problem is that multiple oracle process are getting created in the database server which is taking the memory usage to 98.5% or more than that.

e.g if 25 concurrent users are getting logged into the system then 25 oracle processes are getting created.

Any idea if this is an oracle connection configuration problem or an JBoss Connection pool problem.


Thanks a lot ...
 
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: Multiple oracle processes getting created
 
Similar Threads
Oracle AutoReconnect
java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.WrappedConnection using Jboss 4.0GA.
connection pool with dbcp
another Eclipse & JBoss question
Reconnection with Oracle