@@ -14,7 +14,7 @@ In this v1.0.0 release, `OraOperator` supports the following database configurat
1414* Containerized Sharded databases (SHARDED) deployed in OKE and any k8s where OraOperator is deployed
1515* Oracle Multitenant Databases (CDB/PDBs)
1616* Oracle Database Cloud Service (DBCS) (VMDB)
17- * Oracle Database Observer
17+ * Cloud Native Database Observer
1818
1919Oracle will continue to extend ` OraOperator ` to support additional Oracle Database configurations.
2020
@@ -28,7 +28,7 @@ This release of Oracle Database Operator for Kubernetes (the operator) supports
2828* SHARDED: Provision/deploy sharded databases and the shard topology, Add a new shard, Delete an existing shard
2929* 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
3030* 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
3232
3333The upcoming releases will support new configurations, operations and capabilities.
3434
@@ -96,7 +96,7 @@ The quickstarts are designed for specific database configurations:
9696* [ Containerized Oracle Sharded Database] ( ./docs/sharding/README.md )
9797* [ Oracle Multitenant Database] ( ./docs/multitenant/README.md )
9898* [ 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 )
100100
101101YAML file templates are available under [ ` /config/samples ` ] ( ./config/samples/ ) . You can copy and edit these template files to configure them for your use cases.
102102
0 commit comments