oracle connection

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

Guest

i use oracle 10g and visual studio.net2003
but when i close and dispose the db connection,the connection still stay
on oracle server.
how can i solve it,thans.
 
Hi Terry:

I'm not sure what data provider you are using, but generally this
behavior is due to 'connection pooling'. You can usually turn off
connection pooling for a provider in the connetion string, but it's
not something you want to do without some careful thought as testing.
Performance can be drastically reduced with pooling.

HTH,
 
Back
Top