@@ -12,28 +12,29 @@ In this v0.2.0 release, `OraOperator` supports the following database configurat
1212* Containerized Sharded databases (SHARDED) deployed in OKE and any k8s where OraOperator is deployed
1313* Oracle On-Premises Databases (CDB/PDBs, Exadata)
1414* Oracle Database Cloud Service (DBCS) (VMDB)
15- * Oracle Autonomous Container Database (infrastructure) the infrastructure for provisionning Autonomous Databases.
15+ * Oracle Autonomous Container Database (ACD) ( infrastructure) the infrastructure for provisionning Autonomous Databases.
1616
1717Oracle will continue to extent OraOperator to support additional Oracle Database configurations.
1818
1919## Features Summary
2020
2121This release of Oracle Database Operator for Kubernetes (the operator) supports the following lifecycle operations:
2222
23- * ADB-S: provision, bind, start, stop, terminate (soft/hard), scale (down/up)
24- * ADB-D: provision, bind, start, stop, terminate (soft/hard), scale (down/up)
25- * SIDB: provision, clone, patch (in-place/out-of-place), update database initialization parameters, update database configuration (Flashback, archiving), Oracle Enterprise Manager (EM) Express (a basic observability console), Oracle REST Data Service (ORDS) to support REST based SQL, PDB management, SQL Developer Web, and Application Express (Apex)
26- * SHARDED: provision/deploy sharded databases and the shard topology, add a new shard, delete an existing shard
23+ * ADB-S: Provision, Bind, Start, Stop, terminate (soft/hard), scale (up/down), Manual Backup, Manual Restore
24+ * ADB-D: provision, bind, start, stop, terminate (soft/hard), scale (up/down), Manual Backup, Manual Restore
25+ * ACD: provision, bind, restart, terminate (soft/hard)
26+ * SIDB: Provision, clone, patch (in-place/out-of-place), update database initialization parameters, update database configuration (Flashback, archiving), Oracle Enterprise Manager (EM) Express (a basic observability console), Oracle REST Data Service (ORDS) to support REST based SQL, PDB management, SQL Developer Web, and Application Express (Apex)
27+ * SHARDED: Provision/deploy sharded databases and the shard topology, Add a new shard, Delete an existing shard
2728* On-Premises Database: Bind to a CDB, Create a PDB, Plug a PDB, Unplug a PDB, Delete a PDB, Clone a PDB, Open/Close a PDB
28- * Database Cloud Service: Provision, Bind, Scale shapeUp /Down, Liveness Probe, On Demand backup
29+ * Database Cloud Service: Provision, Bind, Scale Up /Down, Liveness Probe, Manual Backup
2930
3031The upcoming releases will support new configurations, operations and capabilities.
3132
3233## Release Status
3334
3435** CAUTION:** The current release of ` OraOperator ` (v0.2.0) is for development and test only. DO NOT USE IN PRODUCTION.
3536
36- This release has been installed and tested (not certified) on the following Kubernetes platforms:
37+ This release has been installed and tested on the following Kubernetes platforms:
3738
3839* [ Oracle Container Engine for Kubernetes (OKE)] ( https://www.oracle.com/cloud-native/container-engine-kubernetes/ ) with Kubernetes 1.17 or later
3940* [ Oracle Linux Cloud Native Environment(OLCNE)] ( https://docs.oracle.com/en/operating-systems/olcne/ ) 1.3 or later
@@ -91,7 +92,7 @@ The quickstarts are designed for specific database configurations:
9192* [ Oracle Autonomous Database] ( ./docs/adb/README.md )
9293* [ Oracle Autonomous Container Database] ( ./docs/acd/README.md )
9394* [ Containerized Oracle Single Instance Database] ( ./docs/sidb/README.md )
94- * [ Containerized Oracle Shared Database] ( ./docs/sharding/README.md )
95+ * [ Containerized Oracle Sharded Database] ( ./docs/sharding/README.md )
9596* [ Oracle On-Premises Database] ( ./docs/onpremdb/README.md )
9697* [ Oracle Database Cloud Service] ( ./docs/dbcs/README.md )
9798
0 commit comments