@@ -14,7 +14,7 @@ In this v1.0.0 release, `OraOperator` supports the following database configurat
14
14
* Containerized Sharded databases (SHARDED) deployed in OKE and any k8s where OraOperator is deployed
15
15
* Oracle Multitenant Databases (CDB/PDBs)
16
16
* Oracle Database Cloud Service (DBCS) (VMDB)
17
- * Oracle Database Observer
17
+ * Cloud Native Database Observer
18
18
19
19
Oracle will continue to extend ` OraOperator ` to support additional Oracle Database configurations.
20
20
@@ -28,7 +28,7 @@ This release of Oracle Database Operator for Kubernetes (the operator) supports
28
28
* SHARDED: Provision/deploy sharded databases and the shard topology, Add a new shard, Delete an existing shard
29
29
* Oracle Multitenant Database: Bind to a CDB, Create a PDB, Plug a PDB, Unplug a PDB, Delete a PDB, Clone a PDB, Open/Close a PDB
30
30
* Database Cloud Service: Provision, Bind, Scale Up/Down, Liveness Probe, Manual Backup
31
- * Orace Database Observer: Provide Quick/Detailed Database Status
31
+ * Cloud Native Database Observer: Provide Quick/Detailed Database Status
32
32
33
33
The upcoming releases will support new configurations, operations and capabilities.
34
34
@@ -96,7 +96,7 @@ The quickstarts are designed for specific database configurations:
96
96
* [ Containerized Oracle Sharded Database] ( ./docs/sharding/README.md )
97
97
* [ Oracle Multitenant Database] ( ./docs/multitenant/README.md )
98
98
* [ Oracle Database Cloud Service] ( ./docs/dbcs/README.md )
99
- * [ Oracle Database Observer] ( ./docs/observability/README.md )
99
+ * [ Cloud Native Database Observer] ( ./docs/observability/README.md )
100
100
101
101
YAML file templates are available under [ ` /config/samples ` ] ( ./config/samples/ ) . You can copy and edit these template files to configure them for your use cases.
102
102
0 commit comments