• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Multiple oracle processes getting created

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ...
 
reply
    Bookmark Topic Watch Topic
  • New Topic