]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12263 reflect new DB requirements in sonar.properties
authorcolin-mueller-sonarsource <44168128+colin-mueller-sonarsource@users.noreply.github.com>
Wed, 3 Jul 2019 15:38:27 +0000 (17:38 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 17 Oct 2019 13:24:47 +0000 (15:24 +0200)
sonar-application/src/main/assembly/conf/sonar.properties

index d69565f27e800c3f8d45b631ca52bda354c74bdc..b7067153c6ae83d584e4d4cff530a4299e9ed76e 100644 (file)
@@ -7,7 +7,7 @@
 #
 # IMPORTANT:
 # - The embedded H2 database is used by default. It is recommended for tests but not for
-#   production use. Supported databases are MySQL, Oracle, PostgreSQL and Microsoft SQLServer.
+#   production use. Supported databases are Oracle, PostgreSQL and Microsoft SQLServer.
 # - Changes to database connection URL (sonar.jdbc.url) can affect SonarSource licensed products.
 
 # User credentials.
@@ -21,9 +21,9 @@
 #sonar.embeddedDatabase.port=9092
 
 
-#----- Oracle 11g/12c
+#----- Oracle 11g/12c/18c/19c
 # The Oracle JDBC driver must be copied into the directory extensions/jdbc-driver/oracle/.
-# Only the thin client is supported, and only the versions 11.2.x or 12.2.x must be used. See
+# Only the thin client is supported, and we recommend using the latest Oracle JDBC driver. See
 # https://jira.sonarsource.com/browse/SONAR-9758 for more details.
 # If you need to set the schema, please refer to http://jira.sonarsource.com/browse/SONAR-5000
 #sonar.jdbc.url=jdbc:oracle:thin:@localhost:1521/XE