memory of each connection
Hi Guys,
11.2.0.3
HP-UX
Currently my weblogic has 120 concurrent connections to the database.
There is a requirement to scale up the number of concurrent connections to 300.
We have did some study and quite be quite sure that the current sga and pga is required. (the additional connections will be firing the same sql which is very well tuned.
However any idea each additional connection to the database will take up additional memory just for the connection?
Will is be using the memory in the PGA? Or outside the PGA for the connection overhead?
We are not using MTS.
thanks