I can run SonarQube without any database and works fine.
When i configure below properties in file sonar.properties to use Oracle database then the scan is not generating Technical debt data (Debt and Issues).Duplications and Structure information is coming up correctly.
sonar.jdbc.username=
sonar.jdbc.password=
sonar.jdbc.url=
Is there any config which I need to enable when using external database?
I am using SonarQube 5.4 and SonarQube Scanner 2.6. Using ojdbc6_g.jar for Oracle drivers.
Thanks in advance for any help.