aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-07-04 19:23:31 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-07-04 19:26:01 +0200
commitccb95087fd7aab08d2e8e057eecd21797ed7f9b6 (patch)
tree2bcb2aaccbe363ed93dea95e0d96e182692c264c /sonar-application
parenta60604f5d250121fd594bb3d331a0f85fe889797 (diff)
downloadsonarqube-ccb95087fd7aab08d2e8e057eecd21797ed7f9b6.tar.gz
sonarqube-ccb95087fd7aab08d2e8e057eecd21797ed7f9b6.zip
SONAR-4470 Performance issue when migrating DB from 3.5 to 3.6 (mainly with Oracle)
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 024dc35d67f..0e7f3a8157b 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -61,7 +61,7 @@ sonar.jdbc.url: jdbc:h2:tcp://localhost:9092/sonar
#----- Oracle 10g/11g
# To connect to Oracle database :
#
-# - It's recommended to use the latest version of the JDBC driver (either ojdbc6.jar for Java 6 or ojdbc5.jar for Java 5).
+# - It's recommended to use the latest version of the JDBC driver (ojdbc6.jar).
# Download it in http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html
# - Copy the driver to the directory extensions/jdbc-driver/oracle/
# - Comment the embedded database and uncomment the following line :