]> source.dussan.org Git - sonarqube.git/commitdiff
Add support of Oracle 12c in sonar.properties
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 3 Sep 2015 14:53:47 +0000 (16:53 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 3 Sep 2015 14:53:47 +0000 (16:53 +0200)
sonar-application/src/main/assembly/conf/sonar.properties

index 6c4729bd307d48c5ce94f71891f18fec29707137..acf5aed20d0f21879451f7e825d3386b7f2ce152 100644 (file)
 #sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance
 
 
-#----- Oracle 11g
+#----- Oracle 11g/12c
 # - Only thin client is supported
-# - Only versions 11.2.* of Oracle JDBC driver are 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
-#sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE
+#sonar.jdbc.url=jdbc:oracle:thin:@localhost:1521/XE
 
 
 #----- PostgreSQL 8.x/9.x