This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new aedeea6e19 [docs](jdbc catalog) fix oracle jdbc driver recommend version (#819) aedeea6e19 is described below commit aedeea6e19e3a53ad3e0fc017a00ddbcb948064b Author: zy-kkk <zhongy...@gmail.com> AuthorDate: Wed Jul 3 10:29:46 2024 +0800 [docs](jdbc catalog) fix oracle jdbc driver recommend version (#819) --- docs/lakehouse/database/oracle.md | 2 +- .../docusaurus-plugin-content-docs/current/lakehouse/database/oracle.md | 2 +- .../version-2.1/lakehouse/database/oracle.md | 2 +- versioned_docs/version-2.1/lakehouse/database/oracle.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/lakehouse/database/oracle.md b/docs/lakehouse/database/oracle.md index 3cd040c5d6..533f303034 100644 --- a/docs/lakehouse/database/oracle.md +++ b/docs/lakehouse/database/oracle.md @@ -32,7 +32,7 @@ To connect to an Oracle database, you need - Oracle 19c, 18c, 12c, 11g or 10g. -- JDBC driver for Oracle database, you can download the latest or specified version of Oracle JDBC driver from [Maven repository](https://mvnrepository.com/artifact/com.oracle.database.jdbc). +- JDBC driver for Oracle database, you can download the Oracle JDBC driver for Ojdbc8 and above versions from [Maven repository](https://mvnrepository.com/artifact/com.oracle.database.jdbc). - Doris Network connection between each FE and BE node and Oracle server, default port is 1521. diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/database/oracle.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/database/oracle.md index 8998d9b9d6..0255b23c45 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/database/oracle.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/database/oracle.md @@ -32,7 +32,7 @@ Apache Doris JDBC Catalog 支持通过标准 JDBC 接口连接 Oracle 数据库 - Oracle 19c, 18c, 12c, 11g 或 10g。 -- Oracle 数据库的 JDBC 驱动程序,您可以从 [Maven 仓库](https://mvnrepository.com/artifact/com.oracle.database.jdbc)下载最新或指定版本的 Oracle JDBC 驱动程序。 +- Oracle 数据库的 JDBC 驱动程序,您可以从 [Maven 仓库](https://mvnrepository.com/artifact/com.oracle.database.jdbc)下载 Ojdbc8 及以上版本的 Oracle JDBC 驱动程序。 - Apache Doris 每个 FE 和 BE 节点和 Oracle 服务器之间的网络连接,默认端口为 1521。 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/database/oracle.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/database/oracle.md index 8998d9b9d6..0255b23c45 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/database/oracle.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/database/oracle.md @@ -32,7 +32,7 @@ Apache Doris JDBC Catalog 支持通过标准 JDBC 接口连接 Oracle 数据库 - Oracle 19c, 18c, 12c, 11g 或 10g。 -- Oracle 数据库的 JDBC 驱动程序,您可以从 [Maven 仓库](https://mvnrepository.com/artifact/com.oracle.database.jdbc)下载最新或指定版本的 Oracle JDBC 驱动程序。 +- Oracle 数据库的 JDBC 驱动程序,您可以从 [Maven 仓库](https://mvnrepository.com/artifact/com.oracle.database.jdbc)下载 Ojdbc8 及以上版本的 Oracle JDBC 驱动程序。 - Apache Doris 每个 FE 和 BE 节点和 Oracle 服务器之间的网络连接,默认端口为 1521。 diff --git a/versioned_docs/version-2.1/lakehouse/database/oracle.md b/versioned_docs/version-2.1/lakehouse/database/oracle.md index 91bd52512e..af6367b1aa 100644 --- a/versioned_docs/version-2.1/lakehouse/database/oracle.md +++ b/versioned_docs/version-2.1/lakehouse/database/oracle.md @@ -32,7 +32,7 @@ To connect to an Oracle database, you need - Oracle 19c, 18c, 12c, 11g or 10g. -- JDBC driver for Oracle database, you can download the latest or specified version of Oracle JDBC driver from [Maven repository](https://mvnrepository.com/artifact/com.oracle.database.jdbc). +- JDBC driver for Oracle database, you can download the Oracle JDBC driver for Ojdbc8 and above versions from [Maven repository](https://mvnrepository.com/artifact/com.oracle.database.jdbc). - Doris Network connection between each FE and BE node and Oracle server, default port is 1521. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org