-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
On https://confluence.atlassian.com/display/BAMBOO/Supported+platforms the recommendations are not well documented.
Starting from version 7.0, we've stopped bundling the JDBC driver for Oracle with Bamboo.
For Oracle 12c R2 and 19c, use the 12.2.0.x driver (ojdbc8.jar).
For Oracle 19c, you can use either ojdbc8.jar or ojdbc10.jar.
OJDBC10 is compiled with Java 10 and will not work unless you're running Bamboo 8 with Java 11.
OJDBC8 is compiled with Java 8 and recommended by Oracle even if using Java 11:
If you are using JDK11 then, ojdbc8.jar is still a better choice as it includes all the 4.3 features but as Oracle extensions. Customers can use ojdbc10.jar only if they need JDBC 4.3 features available through standard Java SE.
https://www.oracle.com/au/database/technologies/faq-jdbc.html (What is the recommended 19.x JDBC driver to be used with JDK11?)