Max connection to one Oracle instance [message #66500] |
Sun, 07 July 2002 22:09 |
Sanjay Rao
Messages: 1 Registered: July 2002
|
Junior Member |
|
|
How many Users can simultaneously connect to one instance of a database. if it is a music portal..can 1,00000 or more end users can access (Insert/Update/Delete) database simultaneously.
|
|
|
Re: Max connection to one Oracle instance [message #66504 is a reply to message #66500] |
Wed, 10 July 2002 05:07 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
logically speaking if there are 100,000 users for a portal, it is not recomended to create 100,000 users for database.
This should be handled by the app that connects to the datdabase (using connection pooling).
Generally these users(depending on category of ur business) should be grouped to a few (database)users at the most.
you Actually need to consider maximum sessions per (database) user.
|
|
|