T
Tim Smith
If I monitor v$session I can see a lot of sessions being created and
destroyed. The application is .Net 1.0 using OLEDB and should have a
connection pool that enables reuse of existing connections.
However IS it possible to maintain a minimum number of connections so
that it reuses them?? I see in Google people say the min pool size is
ignored.
We are starting to regret using the connection pooling feature since
it is creating a new Oracle session frequently which is a very
expensive operation.
Is there anything we can do to maintain a constant/min number of
connections with the given software?
destroyed. The application is .Net 1.0 using OLEDB and should have a
connection pool that enables reuse of existing connections.
However IS it possible to maintain a minimum number of connections so
that it reuses them?? I see in Google people say the min pool size is
ignored.
We are starting to regret using the connection pooling feature since
it is creating a new Oracle session frequently which is a very
expensive operation.
Is there anything we can do to maintain a constant/min number of
connections with the given software?