Connectionpooling (oracle) and linq datacontext
Posted: Sun 04 Oct 2009 21:07
I use connectionstring with connectionpooling but I never get more than 5 connections. We are sure that more then 5 connection should be used (at least over time).
The minimum of 3 seems to work
The connectionstring is
User Id=user;Password=pw;Server=xxx.xx.xxx.xxx;Connect Mode=Default;Pooling=True;Min Pool Size=3;Max Pool Size=100;Direct=True;Sid=MySID;Port=1521;Persist Security Info=True
The minimum of 3 seems to work
The connectionstring is
User Id=user;Password=pw;Server=xxx.xx.xxx.xxx;Connect Mode=Default;Pooling=True;Min Pool Size=3;Max Pool Size=100;Direct=True;Sid=MySID;Port=1521;Persist Security Info=True