Skip to content

Commit 2150b7a

Browse files
authored
Added BYO vnc info #797 (#918)
1 parent c5897f4 commit 2150b7a

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

docs-source/spring/content/infrastructure/database/_index.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,26 +75,29 @@ GRANT CREATE TABLE TO OBAAS WITH ADMIN OPTION;
7575

7676
1. Enable and Configure *Bring Your Own Virtual Network*
7777

78+
![Own Virtual Network](./images/byo-vcn.png)
79+
7880
1. Tick the "Bring Your Own Database" checkbox and, depending on the *Bring Your Own Database - Type*, provide the appropriate values.
7981

8082
### Autonomous Database - Serverless (ADB-S)
8183

82-
- `BYO ADB-S Compartment` : The compartment of the existing ADB-S.
83-
- `Bring Your Own Database - Autonomous Database` : The ADB-S name (this will automatically translate the name to an OCID).
84-
- `Bring Your Own Database - Username` : The existing database user with the appropriate privileges.
85-
- `Bring Your Own Database - Password` : The password for the existing database user.
84+
* `BYO ADB-S Compartment` : The compartment of the existing ADB-S.
85+
* `Bring Your Own Database - Autonomous Database` : The ADB-S name (this will automatically translate the name to an OCID).
86+
* `Bring Your Own Database - Username` : The existing database user with the appropriate privileges.
87+
* `Bring Your Own Database - Password` : The password for the existing database user.
8688

87-
![Bring Your Own Database - ADB-S](./images/byo-db-adb-s.png "Bring Your Own Database - ADB-S")
89+
![Bring Your Own Database - ADB-S](./images/byo-db-adb-s.png "Bring Your Own Database - ADB-S")
8890

8991
### Other
9092

91-
- `Bring Your Own Database - Connect String` : The connect string for the database (PDB) in Long Format.
92-
- `Bring Your Own Database - Username` : The existing database user with the appropriate privileges.
93-
- `Bring Your Own Database - Password` : The password for the existing database user.
93+
* `Bring Your Own Database - Connect String` : The connect string for the database (PDB) in Long Format.
94+
* `Bring Your Own Database - Username` : The existing database user with the appropriate privileges.
95+
* `Bring Your Own Database - Password` : The password for the existing database user.
9496

95-
![Bring Your Own Database - Other](./images/byo-db-other.png "Bring Your Own Database - Other")
97+
![Bring Your Own Database - Other](./images/byo-db-other.png "Bring Your Own Database - Other")
9698

9799
The *Connect String* should be in Long Format, for example:
100+
98101
```bash
99102
(DESCRIPTION=(ADDRESS=(host=oracle://somedb.example.com)(protocol=TCP)(port=1521))
100103
(CONNECT_DATA=(SERVICE_NAME=orclpdb)))
@@ -105,6 +108,7 @@ GRANT CREATE TABLE TO OBAAS WITH ADMIN OPTION;
105108
Oracle recommends that additional pluggable databases are used for your applications, following the database-per-service microservice pattern. However, the **Metadata Database** can be used, especially for development purposes, with a schema-per-service model.
106109

107110
The [Oracle Database Operator for Kubernetes](https://github.com/oracle/oracle-database-operator) is provided with the Oracle Backend for Spring Boot and Microservices and can be used:
111+
108112
* Bind to additional ADB-S
109113
* Bind to an OCI BaseDB and create PDBs
110114
* Create a Single Instance Container Database in the Kubernetes Cluster
69.5 KB
Loading

0 commit comments

Comments
 (0)