From d0096dc0fa6f99c2dc1a39ca5358e3660c6753af Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer <jeff.bruemmer@gmail.com> Date: Thu, 20 Jun 2024 16:16:21 -0400 Subject: [PATCH] clarify database vs driver (#44503) --- docs/databases/connections/oracle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/databases/connections/oracle.md b/docs/databases/connections/oracle.md index 250e93b14bd..481cbd8fc62 100644 --- a/docs/databases/connections/oracle.md +++ b/docs/databases/connections/oracle.md @@ -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. -- GitLab