Database sessions [message #580646] |
Tue, 26 March 2013 07:37 |
tariqmd
Messages: 1 Registered: July 2010 Location: Riyadh
|
Junior Member |
|
|
Hello,
I have a simple question about database sessions. The value of parameter "sessions" is set to 500 and the users connect to database through an application server(Jboss). There are more than 500 users connect to the database through application.
My question is, how more than 500 users can connect to the database without any issue, if we set the value of "sessions" parameter to 500?
Regards,
Tariq.
|
|
|
|
Re: Database sessions [message #580657 is a reply to message #580647] |
Tue, 26 March 2013 11:07 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
1) If it is RAC you can have 500 sessions per instance
2) If your application server use a pool of connections you can have more than 500 sessions on your application server and less than that on your instance
3) Good question
Regards
Michel
|
|
|