Skip to content

Commit

Permalink
Draft:ORDS Updates (#103)
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
andytael authored May 10, 2024
1 parent c0d33f1 commit 922e626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions obaas/explore-platform/explore-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,12 @@ Oracle Backend for Spring Boot and Microservices includes an Oracle Autonomous D

In the SQL Worksheet, you can the first pull down list in the **Navigator** on the left hand side to see the users and schema in the database. Choose the **CONFIGSERVER** user to view tables (or other objects) for that user. This is the user associated with the Spring Config Server.

Execute this query to view tables associated with various Spring Boot services:
Execute this query to view tables associated with various Spring Boot services and the CloudBank:

```sql
<copy>select owner, table_name
from dba_tables
where owner in ('CUSTOMER', 'FRAUD', 'ACCOUNT', 'USER', 'CONFIGSERVER')</copy>
from dba_tables
where owner in ('ACCOUNT', 'CUSTOMER', 'CONFIGSERVER', 'AZNSERVER')</copy>
```

![Tables associated with Spring Boot services](images/obaas-adb-5.png)
Expand Down
Binary file modified obaas/explore-platform/images/obaas-adb-5.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 922e626

Please sign in to comment.