Page 1 of 1
Session Pool Name
Posted: Tue 25 May 2010 14:25
by Alladin
Hi there,
How do I specify connection pool name to split connections into several pools?
Thank you,
Lex
Posted: Wed 26 May 2010 17:01
by StanislavK
There are no methods to create a specific pool and place chosen connections there. Pools where connections may be placed are sorted by the set of connection properties, and connections with the same property sets are placed to the same pool.
If you need some additional functionality for connection pooling, could you please describe it in more details?
Posted: Wed 26 May 2010 22:46
by Alladin
What correct property should I specify differently to force my connections to the same database to use different connection pools?
Right now I use OciSessionPoolUserId, I know this property is not used with internal pooling, but this is just a workaround. And I'm not sure that it really works...
The idea of different pools is that we can schedule some important database tasks to less loaded pool, providing better application responsiveness.
Posted: Fri 28 May 2010 15:58
by StanislavK
Only main connection parameters are used to separate connection pools. At the moment, there is no functionality to forcibly create pools and distribute connections. We will investigate the possibility of adding such feature and notify you about the results.