From bdc898f9220f48b5589bf01ef32a5194d8b28dce Mon Sep 17 00:00:00 2001 From: colin-mueller-sonarsource <44168128+colin-mueller-sonarsource@users.noreply.github.com> Date: Wed, 3 Jul 2019 17:38:27 +0200 Subject: [PATCH] SONAR-12263 reflect new DB requirements in sonar.properties --- sonar-application/src/main/assembly/conf/sonar.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 409b39c84d4..b7067153c6a 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -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 -- 2.39.5