Skip to content

demasy/oracle-sonarqube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

Understanding SonarQube

This is my experiment to better understand SonarQube as a code analyzer for PL/SQL and Oracle SQL code.


Installation


set SONAR_JAVA_PATH
setx SONAR_JAVA_PATH "C:\Program Files\Java\jdk-17\bin\java.exe"
Set Java Command
set wrapper.java.command=C:\Program Files\Java\jdk-17\bin wrapper.java.command=C:\Program Files\Java\jdk-17\bin\java
Install Sonar Service
<SONARQUBE_HOME>\bin\windows-x86-64\SonarService.bat install
Start Sonar Service
<SONARQUBE_HOME>\bin\windows-x86-64\SonarService.bat start
Check Sonar Service Status
<SONARQUBE_HOME>\bin\windows-x86-64\SonarService.bat status
Start Sonar
<SONARQUBE_HOME>/bin/windows-x86-64/StartSonar.bat
Server URL
http://localhost:9000

Suggestions & Issues

If you find any issue or have a great idea in mind, please create an issue on GitHub.