Skip to content

Commit 2479f3c

Browse files
authored
gdd-changes (#146)
1 parent 37086b6 commit 2479f3c

File tree

32 files changed

+195
-194
lines changed

32 files changed

+195
-194
lines changed

PREREQUISITES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Oracle Database Operator for Kubernetes (OraOperator) manages all Cloud deployme
66

77
* Oracle Autonomous Database (ADB)
88
* Containerized Oracle Database Single Instance (SIDB)
9-
* Containerized Sharded Oracle Database (SHARDING)
9+
* Containerized Oracle Globally Distributed Database (GDD)
1010

1111
### Setting Up a Kubernetes Cluster and Volumes
1212
Review and complete each step as needed.
@@ -29,6 +29,6 @@ If you intent to use `OraOperator` to handle Oracle Autonomous Database lifecycl
2929

3030
If you intent to use `OraOperator` to handle Oracle Database Single Instance lifecycles, then read [Single Instance Database Prerequisites](./docs/sidb/PREREQUISITES.md)
3131

32-
### Prerequites for Sharded Databases (SHARDING)
32+
### Prerequites for Oracle Globally Distributed Databases(GDD)
3333

34-
If you intent to use OraOperator to handle the lifecycle of Oracle Database deployed with Oracle Sharding, then read [Sharded Database Prerequisites](./docs/sharding/README.md#prerequsites-for-running-oracle-sharding-database-controller)
34+
If you intent to use OraOperator to handle the lifecycle of Oracle Globally Distributed Database(GDD), then read [Oracle Globally Distributed Database Prerequisites](./docs/sharding/README.md#prerequsites-for-running-oracle-sharding-database-controller)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this v1.1.0 production release, `OraOperator` supports the following database
1111
* Oracle Autonomous Database on dedicated Cloud infrastructure (ADB-D)
1212
* Oracle Autonomous Container Database (ACD) (infrastructure) is the infrastructure for provisioning Autonomous Databases.
1313
* Containerized Single Instance databases (SIDB) deployed in the Oracle Kubernetes Engine (OKE) and any k8s where OraOperator is deployed
14-
* Containerized Sharded databases (SHARDED) deployed in OKE and any k8s where OraOperator is deployed
14+
* Containerized Oracle Globally Distributed Databases(GDD) deployed in OKE and any k8s where OraOperator is deployed
1515
* Oracle Multitenant Databases (CDB/PDBs)
1616
* Oracle Base Database Cloud Service (BDBCS)
1717
* Oracle Data Guard (Preview status)
@@ -23,7 +23,7 @@ Oracle will continue to extend `OraOperator` to support additional Oracle Databa
2323
* Namespace scope deployment option
2424
* Enhanced security with namespace scope deployment option
2525
* Support for Oracle Database 23ai Free (with SIDB)
26-
* Automatic Storage Expansion for SIDB and Sharded DB
26+
* Automatic Storage Expansion for SIDB and Oracle Globally Distributed Database
2727
* User-Defined Sharding
2828
* TCPS support customer provided certs
2929
* Execute custom scripts during DB setup/startup
@@ -41,7 +41,7 @@ This release of Oracle Database Operator for Kubernetes (the operator) supports
4141
* ADB-S/ADB-D: Provision, bind, start, stop, terminate (soft/hard), scale (up/down), long-term backup, manual restore
4242
* ACD: provision, bind, restart, terminate (soft/hard)
4343
* 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)
44-
* SHARDED: Provision/deploy sharded databases and the shard topology, Add a new shard, Delete an existing shard
44+
* GDD: Provision/deploy Oracle Globally Distributed Databases and the GDD topology, Add a new shard, Delete an existing shard
4545
* 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
4646
* Oracle Base Database Cloud Service (BDBCS): provision, bind, scale shape Up/Down, Scale Storage Up, Terminate and Update License
4747
* Oracle Data Guard: Provision a Standby for the SIDB resource, Create a Data Guard Configuration, Perform a Switchover, Patch Primary and Standby databases in Data Guard Configuration
@@ -162,7 +162,7 @@ The following quickstarts are designed for specific database configurations:
162162
* [Oracle Autonomous Database](./docs/adb/README.md)
163163
* [Oracle Autonomous Container Database](./docs/adb/ACD.md)
164164
* [Containerized Oracle Single Instance Database and Data Guard](./docs/sidb/README.md)
165-
* [Containerized Oracle Sharded Database](./docs/sharding/README.md)
165+
* [Containerized Oracle Globally Distributed Database](./docs/sharding/README.md)
166166
* [Oracle Multitenant Database](./docs/multitenant/README.md)
167167
* [Oracle Base Database Cloud Service (BDBCS)](./docs/dbcs/README.md)
168168
@@ -217,7 +217,7 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
217217
* [Oracle Autonomous Database](https://docs.oracle.com/en-us/iaas/Content/Database/Concepts/adboverview.htm)
218218
* [Components of Dedicated Autonomous Database](https://docs.oracle.com/en-us/iaas/autonomous-database/doc/components.html)
219219
* [Oracle Database Single Instance](https://docs.oracle.com/en/database/oracle/oracle-database/)
220-
* [Oracle Database Sharding](https://docs.oracle.com/en/database/oracle/oracle-database/21/shard/index.html)
220+
* [Oracle Globally Distributed Database](https://docs.oracle.com/en/database/oracle/oracle-database/21/shard/index.html)
221221
* [Oracle Database Cloud Service](https://docs.oracle.com/en/database/database-cloud-services.html)
222222
223223
## Contributing

0 commit comments

Comments
 (0)