diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-08-24 08:54:55 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-08-28 10:32:08 +0200 |
commit | 8b9c958af6a5c7d6d52d4f08fbc73993d33cad5b (patch) | |
tree | 10b6d3c114f09c113ceba75bd9931106fde2f15b /sonar-application | |
parent | add8cddbb9d6dd14698329a2aea22feebe290d05 (diff) | |
download | sonarqube-8b9c958af6a5c7d6d52d4f08fbc73993d33cad5b.tar.gz sonarqube-8b9c958af6a5c7d6d52d4f08fbc73993d33cad5b.zip |
SONAR-9758 Support Oracle JDBC driver 12.2.0.1.0
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 083c9a6df18..dbc2994af1b 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -25,10 +25,10 @@ #----- Oracle 11g/12c -# - Only thin client is supported -# - Only versions 11.2.x and 12.x of Oracle JDBC driver are supported -# - The JDBC driver must be copied into the directory extensions/jdbc-driver/oracle/ -# - If you need to set the schema, please refer to http://jira.sonarsource.com/browse/SONAR-5000 +# 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 +# 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 |