Oracle Connections left open

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Microsoft .NET Framework Data Provider for Oracle inside ASP.NET.

DBA complains that it is leaving connections open, & the number of
connections open keeps on increasing.

Any help on this appreciated
 
N said:
I am using Microsoft .NET Framework Data Provider for Oracle inside ASP.NET.

DBA complains that it is leaving connections open, & the number of
connections open keeps on increasing.

Any help on this appreciated

Hmmm, I thought pooling was supposed to be on by default....have you
tried setting the pooling parameters and see what happens, particularly
the connection timeout?

http://aspalliance.com/articleViewer.aspx?aId=560&pId=4
 
already tried various option including the one that you have mentioned, the
problem still remains
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top