]> source.dussan.org Git - sonarqube.git/commitdiff
Add comment in conf/sonar.properties for Oracle installation
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 12 May 2011 09:09:00 +0000 (11:09 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 12 May 2011 09:09:00 +0000 (11:09 +0200)
sonar-application/src/main/assembly/conf/sonar.properties

index d03383e00208f5ad9311da3388c67ba908e0db53..927fd29ded3b65125443df0c44bc3db8ec3ce33e 100644 (file)
@@ -66,7 +66,9 @@ sonar.jdbc.driverClassName:                org.apache.derby.jdbc.ClientDriver
 
 
 #----- Oracle 10g/11g
-# Comment the embedded database and uncomment the following properties to use Oracle. The validation query is optional.
+# To use Oracle database :
+# - Copy the JDBC driver to extensions/jdbc-driver/oracle.
+# - Comment the embedded database and uncomment the following properties. The validation query is optional.
 #sonar.jdbc.url:                            jdbc:oracle:thin:@localhost/XE
 #sonar.jdbc.driverClassName:                oracle.jdbc.driver.OracleDriver
 #sonar.jdbc.validationQuery:                select 1 from dual