Improving performance in your ODP.NET application

Mark Williams wrote a nice article for Oracle Magazine recently pointing out 3 of the most important ways you can get better performance with your ODP.NET application. To summarize – his 3 tips were: Use a Connection Pool – enabled by setting an ODP.NET connection string attribute. Make sure to have a sufficiently high minimum [...]