OCI vs Native connection Pool for RAC

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
slaxman
Posts: 51
Joined: Wed 16 Sep 2009 20:09
Location: United States

OCI vs Native connection Pool for RAC

Post by slaxman » Fri 15 Jun 2012 20:22

To support multiple nodes in RAC, OCI has builtin loadbalancing. Since direct mode doesn't have this functionality, the native pool will not work for RAC and I need to use OCI pool only. Am I correct?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: OCI vs Native connection Pool for RAC

Post by Pinturiccio » Thu 21 Jun 2012 14:56

RAC and OCI Pool are not supported in the Direct mode (only in OCI mode). For more information, please refer to
http://www.devart.com/dotconnect/oracle ... eName.html
http://www.devart.com/dotconnect/oracle ... tMode.html

If you decide to use the OCI mode, using OCI pool will be a better decision than using connection pool.

Post Reply