generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #354 from it-at-m/add-doc-full-access-oracle-db
Dokumentation system Zugriff auf Docker Oracle DB
- Loading branch information
Showing
5 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Tips und Tricks | ||
|
||
## Zugriff auf Datenbanktabellen aller Services in einer Verbindung | ||
|
||
Für jeden Service gibt es einen separaten User für die Oracle Datenbank die in Docker läuft. Diese User können | ||
nur die Tabellen sehen, die im jeweiligen Schema sind. Der User `wls_basisdaten_service` kann | ||
z.B. nur die Tabellen `handbuch`, `kandidat` oder `wahlvorschlag` sehen. | ||
|
||
<details> | ||
|
||
<summary>Screenshots</summary> | ||
|
||
![mehrere Schemata ausgewählt](/tipsAndTricks/MultipleSchemasSelected.png) | ||
*Auch wenn mehrere Schemata ausgewählt sind ...* | ||
|
||
![nur Basisdatenservicetabellen sichtbar](/tipsAndTricks/OnlyBasisdatenServiceTablesAccessible.png) | ||
*so sieht man doch nur die Tabellen zum Basisdatenservice* | ||
|
||
</details> | ||
|
||
Mit dem User `system` kann man auf alle Schemata zugreifen und hat somit Zugriff auf alle Tabellen aller | ||
Services. Das Passwort ist der Wert von `ORACLE_PASSWORD` aus dem `docker-compose.yml`-File. Dort sind auch die | ||
Verbindungsdaten enthalten die man zum Einrichten des Zugriffs benötigt. | ||
Mit IntelliJ kann man bei den Properties der entsprechenden Datasource unter dem Reiter 'Schemas' auswählen, welche | ||
Schemata man zusätzlich angezeigt haben möchte. Per Default ist nur das Schema SYSTEM zu sehen. | ||
<details> | ||
|
||
<summary>Screenshot</summary> | ||
|
||
![Tabellen zu allen Services sind verfügbar](/tipsAndTricks/MutlipleSchemasAccessible.png) | ||
*Zugriff auf alle Tabellen der verschiedenen Schemata* | ||
|
||
</details> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.6 KB
docs/src/public/tipsAndTricks/OnlyBasisdatenServiceTablesAccessible.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.