From 5e68732f4883ffb937f42245072e83265cd09cce Mon Sep 17 00:00:00 2001 From: "G. Ann Campbell" Date: Wed, 30 Jan 2019 09:19:32 +0100 Subject: [PATCH] correct Oracle 11c compatibility --- server/sonar-docs/src/pages/requirements/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index a069109969e..6ed1564b115 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -51,7 +51,7 @@ We recommend using the Critical Path Update (CPU) releases. | | ![](/images/exclamation.svg) READ_COMMITTED_SNAPSHOT must be set on the SonarQube database to avoid potential deadlocks under heavy load | | | ![](/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/cross.svg) 10G | -| | ![](/images/check.svg) 11G with [Oracle 11.2.x](http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.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 with [Oracle 12.2.x](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) drivers | | | ![](/images/check.svg) XE Editions are supported | | ![](/images/exclamation.svg) Must be configured to use a UTF8-family charset (see NLS_CHARACTERSET) | -- 2.39.5