i using sonarqube code analysis. trying have sonar connect oracle db. getting error - exception sending context initialized event listener instance of class org.sonar.server.platform.platformservletcontextlistener org.sonar.api.utils.messageexception: oracle must have utf8 charset , binary sort. nls_characterset we8mswin1252 , nls_sort binary. there way have sonar use oracle charset other utf8?
no, utf8 character set required since sonarqube 5.5. see https://jira.sonarsource.com/browse/sonar-6171.
Comments
Post a Comment