Closed mlh758 closed 3 years ago
The quote from Real Application Clusters Administration and Deployment Guide
Oracle introduced the Universal Connection Pool for JDBC in Oracle Database 11g release 11.1.0.7.0. Consequently, Oracle deprecated the existing JDBC connection pool, the Implicit Connection Cache, which was introduced in Oracle Database 10g release 1 for use with Oracle RAC databases. In addition to Oracle Database 12c, you can also use the Universal Connection Pool with Oracle Database 10g or Oracle Database 11g.
Maybe LOAD_BALANCE is just several conection pools for each address.
So for example we can write several Ecto configurations and create connection pools.
I'm going about this the wrong way. Our networking folks can set up a virtual IP in front of the cluster of databases that will load balance transparently. The app code shouldn't really be dealing with that.
The prod database I'm working with is in a cluster so my connection string would look like this with other Oracle adapters:
Is there any support for load balanced connections with this library? If not do you have any direction you could point me in for implementation?