I am trying to install sonarqube 8.2 with oracle database 12c. I cant find any documentation about what privileges to give a database user, so that sonar can function.
Hi,
Welcome to the community!
The sonarqube database user needs all permissions on its schema; it will need to create, drop, and modify tables and indexes as well as to update records.
HTH,
Ann