diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-12 11:09:00 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-12 11:09:00 +0200 |
commit | 701dff7b44de576b47d24bfd1eb7d94f6f156cfe (patch) | |
tree | 14a8506c1eb302d16e911f87cd42855637f8053e /sonar-application | |
parent | dbbc1328f2dea70b927a0df3e968ac2781d497d5 (diff) | |
download | sonarqube-701dff7b44de576b47d24bfd1eb7d94f6f156cfe.tar.gz sonarqube-701dff7b44de576b47d24bfd1eb7d94f6f156cfe.zip |
Add comment in conf/sonar.properties for Oracle installation
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index d03383e0020..927fd29ded3 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -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 |