...
The following properties have to be set (at project level through the 'sonar-project.properties' file or at instance level through the 'sonar-runner.properties' file or web interface):
| Code Block | ||
|---|---|---|
| ||
sonar.plsql.toad.exePath=C:/Program Files/Quest Software/Toad for Oracle 10.5/Toad.exe sonar.plsql.toad.login=USER@XE sonar.plsql.toad.password=user_password |
...
Run an
...
Analysis
Activate some rules from Toad CodeXpert in your project quality profile and run a Sonar an analysis of your project.
Sonar automatically configures and launches Toad CodeXpert to check your code against the Toad CodeXpert's rules.
...

