SonarQube - Connect to oracle using different charset

1.7k Views Asked by At

I am using SonarQube for code analysis. I am trying to have Sonar connect to Oracle DB. I am getting this error - Exception sending context initialized event to listener instance of class org.sonar.server.platform.PlatformServletContextListener org.sonar.api.utils.MessageException: Oracle must be have UTF8 charset and BINARY sort. NLS_CHARACTERSET is WE8MSWIN1252 and NLS_SORT is BINARY. Is there any way to have Sonar use Oracle charset other than UTF8?

1

There are 1 best solutions below

5
Simon Brandhof On BEST ANSWER

No, UTF8 character set is required since SonarQube 5.5. See https://jira.sonarsource.com/browse/SONAR-6171.