diff options
author | colin-mueller-sonarsource <44168128+colin-mueller-sonarsource@users.noreply.github.com> | 2019-07-03 17:38:27 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-07-10 08:36:53 +0200 |
commit | bdc898f9220f48b5589bf01ef32a5194d8b28dce (patch) | |
tree | 3699ae9288f0579b7a05c397ee89dc04d4d3b489 | |
parent | b3f99b5d5f3d0f5f9c8781bef7b7e53e2590fae5 (diff) | |
download | sonarqube-bdc898f9220f48b5589bf01ef32a5194d8b28dce.tar.gz sonarqube-bdc898f9220f48b5589bf01ef32a5194d8b28dce.zip |
SONAR-12263 reflect new DB requirements in sonar.properties
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
1 files 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 |