Skip to content
Snippets Groups Projects
Unverified Commit d0096dc0 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

clarify database vs driver (#44503)

parent dce98790
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ If you need to connect to other databases using SSL, instead of creating a new t
You can download a JDBC driver from [Oracle's JDBC driver downloads page](https://www.oracle.com/technetwork/database/application-development/jdbc/downloads/index.html).
The minimum driver version should be 19c, regardless of which Java version or Oracle Database version you have.
The minimum Oracle Database version should be 19c, regardless of which Java version or Oracle JDBC driver version you have.
We recommend using the `ojdbc8.jar` JAR.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment