This is my experiment to better understand SonarQube as a code analyzer for PL/SQL and Oracle SQL code.
- Download the SonarQube
- Download Java JDK Development Kit 17.0.7 Java JDK 17.0.7
setx SONAR_JAVA_PATH "C:\Program Files\Java\jdk-17\bin\java.exe"set wrapper.java.command=C:\Program Files\Java\jdk-17\bin wrapper.java.command=C:\Program Files\Java\jdk-17\bin\java<SONARQUBE_HOME>\bin\windows-x86-64\SonarService.bat install<SONARQUBE_HOME>\bin\windows-x86-64\SonarService.bat start<SONARQUBE_HOME>\bin\windows-x86-64\SonarService.bat status<SONARQUBE_HOME>/bin/windows-x86-64/StartSonar.bathttp://localhost:9000If you find any issue or have a great idea in mind, please create an issue on GitHub.