oracle-database-operator
oracle-database-operator copied to clipboard
The Oracle Database Operator for Kubernetes (a.k.a. OraOperator) helps developers, DBAs, DevOps and GitOps teams reduce the time and complexity of deploying and managing Oracle Databases. It eliminate...
I'm trying to create CDB and PDB CRDs for an on-prem database. The CDB creation apparently was successful, but I keep getting error 401 when I try to map the...
When trying to create a new PDB , I get an error in a kubernetes event/ORDS error: "new_pdb_name is a mandatory field". The thing is that the REST API for...
Hi, It seems DG Broker is not able to detect that primary database is down, the status is Healthy all the time. Standby detected that the primary is down: ```...
Hi, Improvement suggestion for SIDB: Please consider adding support for resource management using Kubernetes limits and resources. Best regards, Andreas
Hi, Would be possible to use OraOperator for SIDB in the case where there are multiple K8s clusters. We might would like to have the primary instance on one of...
Version 1.1.0: When ADB creation fails (e.g. because of invalid db name), there is no error on the AutonomousDatabase CR. Automation requires errors and ADB conditions.
During a series of about a dozen AutonomousDatabase create/delete cycles, the CR remained stuck 3 times at either the Provisioning or the Terminating state even after the OCI ADB transitioned...
When creating a new Autonomous DB or Base DB system, it is currently not possible to specify the region where we want the database created. This is because the CRD...
How can configure a Static Ip with Cilum for a sidb? It's that the rigth way? ` apiVersion: database.oracle.com/v1alpha1 kind: SingleInstanceDatabase metadata: name: t-20241-sp namespace: database spec: sid: ORCL1 edition:...
I highly recommend that you start developing open source in the open, instead of doing it all internally, then push one-commit releases. As of now, it appears that you do...