From 75b26d711379894cfa0fbb075ccc73eeada03f2d Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Fri, 28 Jun 2019 15:41:09 +0200 Subject: [PATCH] DOCS update Oracle JDBC driver recommendation --- server/sonar-docs/src/pages/requirements/requirements.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index 7d6a5d42232..04994db50ce 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -46,11 +46,12 @@ We recommend using the Critical Patch Update (CPU) releases. | | ![](/images/info.svg) Both Windows authentication (“Integrated Security”) and SQL Server authentication are supported. See the Microsoft SQL Server section in Installing/installation/installing-the-server page for instructions on configuring authentication. | | [Oracle](http://www.oracle.com/database/) | ![](/images/check.svg) 19C | | | ![](/images/check.svg) 18C | -| | ![](/images/check.svg) 12C with [Oracle 12.2.x](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) drivers | -| | ![](/images/check.svg) 11G with backward-compatible [Oracle 12.2.x](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) drivers | +| | ![](/images/check.svg) 12C | +| | ![](/images/check.svg) 11G | | | ![](/images/check.svg) XE Editions | | ![](/images/exclamation.svg) Must be configured to use a UTF8-family charset (see NLS_CHARACTERSET) | -| | ![](/images/exclamation.svg) The driver ojdbc14.jar is not supported | +| | ![](/images/exclamation.svg) The driver ojdbc14.jar is not supported +| | ![](/images/info.svg) We recommend using the latest Oracle JDBC driver | | | ![](/images/exclamation.svg) Only the thin mode is supported, not OCI | ### Web Browser -- 2.39.5