oracle-database-operator icon indicating copy to clipboard operation
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...

Results 63 oracle-database-operator issues
Sort by recently updated
recently updated
newest added

When deleting a PDB Kubernetes resource like the one below, I would expect the PDB to be deleted in the database. Would say that is the expected behaviour when working...

When changing e.g. `ordsImage` in a CDB resource, the changes are not reflected on the ReplicaSet. And if I delete the ReplicaSet, the operator does not create a new one....

Oracle Database Operator for Kubernetes was part of ocp certified operators is available on OCP 4.10 but not on 4.12. I think the OLM needs to be re-certified for 4.12...

Functionality to provide custom startup/setup scripts to SIDB instances. These scripts need to be executed after the initial database setup and/or after each startup of the database.

Creating Single Instance Database Clone fails with the following error: ``` [2023:12:05 08:44:20]: Acquiring lock .ORAW.create_lck with heartbeat 30 secs [2023:12:05 08:44:20]: Lock acquired [2023:12:05 08:44:20]: Starting heartbeat [2023:12:05 08:44:20]:...

Oracle database should install into a non root k8s container.

Its a problem with the SIDB part of OraOperator. I was only able to run specific ORDS container versions up to about 21.x as a OracleRestDataService resource. Using newer versions...

Hello fellow OraOperator's :-) I like the feature that a SIDB can be published through SSL ports. Curently, OraOperator handles the creation and refreshing of certificates. This is done by...

The operator cluster role grants access to a lot of resources/verbs cluster-wide, and I cannot imagine all these permissions are required to operate: https://github.com/oracle/oracle-database-operator/blob/bb344e4dee6ae72e5132f55e15ca4deb55557e71/oracle-database-operator.yaml#L2528-L2690 In particular, CRUD on nodes and...

Controller currently panics on error :/ due to invalid log format; specifically due to an odd number of key-value parameters in `log.Error`. Copied the log format from `log.Error(err, "Failed to...

OCA Verified