I am using TOracleSession and setting the pooling to spMTS. I know I am using the pool, because I am spitting out the session id from my application, which is called numerous times from a web service.
My problem is, I don't see the session staying idle in the pool for more than a second. How can the session timeout be set?
How can I set the max number of sessions allowed in the pool?
My problem is, I don't see the session staying idle in the pool for more than a second. How can the session timeout be set?
How can I set the max number of sessions allowed in the pool?