L
Lenny Shprekher
Hi,
I am getting issues that Oracle collecting opened sessions (connections)
from my webservice using regular System.Data.OleDb.OleDbConnection object.
I am guessing that this is connection pooling issue. Is there is any way to
disable connection pooling for one particular .net webservice?
Thanks,
Leonid
BTW: Here is sample connection string we are using:
Provider=MSDAORA.1;Password=test;User ID=test;Data Source=test.tcp;
I am getting issues that Oracle collecting opened sessions (connections)
from my webservice using regular System.Data.OleDb.OleDbConnection object.
I am guessing that this is connection pooling issue. Is there is any way to
disable connection pooling for one particular .net webservice?
Thanks,
Leonid
BTW: Here is sample connection string we are using:
Provider=MSDAORA.1;Password=test;User ID=test;Data Source=test.tcp;