diff options
Diffstat (limited to 'server/sonar-docs/src/pages/requirements/requirements.md')
-rw-r--r-- | server/sonar-docs/src/pages/requirements/requirements.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md index c56776eb2dc..d015e5b647f 100644 --- a/server/sonar-docs/src/pages/requirements/requirements.md +++ b/server/sonar-docs/src/pages/requirements/requirements.md @@ -50,19 +50,13 @@ We recommend using the Critical Path Update (CPU) releases. | | ![](/images/exclamation.svg) Collation must be case-sensitive (CS) and accent-sensitive (AS) (example: Latin1_General_CS_AS) | | | ![](/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 | +| [Oracle](http://www.oracle.com/database/) | ![](/images/cross.svg) 10G | | | ![](/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) | | | ![](/images/exclamation.svg) The driver ojdbc14.jar is not supported | | | ![](/images/exclamation.svg) Only the thin mode is supported, not OCI | -| [MySQL](http://www.mysql.com/) | Not recommended for large instances | -| | ![](/images/check.svg) 5.6 | -| | ![](/images/check.svg) 5.7 | -| | ![](/images/exclamation.svg) Must be configured to use UTF8 charset and a case-sensitive (CS) collation | -| | ![](/images/exclamation.svg) Only InnoDB storage engine is supported, but not MyISAM | -| | ![](/images/exclamation.svg)Only the bundled mysql-connector-java jar is supported | ### Web Browser To get the full experience SonarQube has to offer, you must enable JavaScript in your browser. |