Static (minCapacity=maxCapacity) JDBC Pools in Multi Data Source (RAC) Configuration
With latest Weblogic 12.2.1.3 and Oracle RAC Database 12.1.0.2, how can a static JDBC Connection Pool be created with Multi Data Sources?
I was told that InitialCapacity needs to be set to 0 in order to allow startup if one of the two RAC Nodes is down.
What is best practice for Connection testing for Multi Data Sources?
Best regards,
Martin