aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2019-05-31 08:34:43 -0500
committerSonarTech <sonartech@sonarsource.com>2019-05-31 20:21:13 +0200
commit85b49ce0f6dd80f4bfdbe5eb0ca78b83cc86b88b (patch)
tree63578c261b7303e4792273785684bb28db388064 /sonar-application
parentb7b418ec6d5a540ff7ddfc7103a617de7605a1bc (diff)
downloadsonarqube-85b49ce0f6dd80f4bfdbe5eb0ca78b83cc86b88b.tar.gz
sonarqube-85b49ce0f6dd80f4bfdbe5eb0ca78b83cc86b88b.zip
Revert "SONAR-11942 Drop support of Oracle 11g and 12.1"
This reverts commit 51d491b2525e850b049c1bc97b77a616e1f174a0.
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index f9bb93b3266..301f1b61438 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -28,9 +28,10 @@
#sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance&useSSL=false
-#----- Oracle 12.2, 18c and 19c
+#----- Oracle 11g/12c
# The Oracle JDBC driver must be copied into the directory extensions/jdbc-driver/oracle/.
-# Only the thin client is supported, and only the versions 12.2.x+ can be used.
+# Only the thin client is supported, and only the versions 11.2.x or 12.2.x must be used. 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