]> source.dussan.org Git - sonarqube.git/commitdiff
DOC-14 replace missing text
authorkevin-hinz <kevin.hinz@sonarsource.com>
Tue, 16 Aug 2022 08:50:43 +0000 (10:50 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 17 Aug 2022 20:03:09 +0000 (20:03 +0000)
server/sonar-docs/src/pages/setup/install-server.md

index 7906e686a38e62f30171c26160d97d493e8d3918..8e5ab3f158a19dff2b021e7d14ce61c4d0764541 100644 (file)
@@ -85,7 +85,8 @@ Create an empty schema and a `sonarqube` user. Grant this `sonarqube` user permi
 |If there are two SonarQube schemas on the same Oracle instance, especially if they are for two different versions, SonarQube gets confused and picks the first it finds. To avoid this issue:
 |
 |- Either privileges associated to the SonarQube Oracle user should be decreased
-|- Or a trigger should be defined on the Oracle side to automatically alter the SonarQube Oracle user session when establishing a new connection:
+|- Or a trigger should be defined on the Oracle side to automatically alter the SonarQube Oracle user session when establishing a new connection: 
+| `ALTER SESSION SET current_schema="MY_SONARQUBE_SCHEMA"`
 |
 |[[warning]]
 || Oracle JDBC driver versions 12.1.0.1 and 12.1.0.2 have major bugs, and are not recommended for use with the SonarQube ([see more details](https://groups.google.com/forum/#!msg/sonarqube/Ahqt1iarqJg/u0BVRJZnBQAJ)).