W
Wiredless
Hi,
I have a situation where im using ASP.NET and connecting to an Oracle
database using ODBC.
I am using connection pooling set at 100 max. I get an error that the pool
is full and cant get new connections yet when i check the actual number of
live connections there are only a few showing up.
does anyone have any idea what this could be from?
It sounds like the pooled connections aren't being reused just new ones
created till it is maxed out. the error occurs often and we have to use a
timed server reset to keep it under control
???
I have a situation where im using ASP.NET and connecting to an Oracle
database using ODBC.
I am using connection pooling set at 100 max. I get an error that the pool
is full and cant get new connections yet when i check the actual number of
live connections there are only a few showing up.
does anyone have any idea what this could be from?
It sounds like the pooled connections aren't being reused just new ones
created till it is maxed out. the error occurs often and we have to use a
timed server reset to keep it under control
???