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...
Hi, the [documentation page for connecting to a database](https://github.com/oracle/oracle-database-operator/blob/main/docs/dbcs/provisioning/database_connection.md) that is also linked [here](https://github.com/oracle/oracle-database-operator/blob/main/docs/dbcs/README.md#connecting-to-oci-dbcs-database-deployed-using-oracle-db-operator-dbcs-controller) does not exist. Thank you.
OraOperator is installed in namespace "oracle-database-operator-system". CDB resource is installed in another namespace, like "central-database". PDB resource is installed in another namespace, like "myappdeployment". The PDB resource needs to reference...
The DB operator creates a SIDB pod but the the PDB is not available for connections. `[speriyat@speriyat-1 speriyat]$ kubectl get singleinstancedatabase -n ns-visgtc my-oracle-sidb -o "jsonpath={.status.pdbConnectString}" fc00:f853:ccd:e793::2:30361/ORCLPDB1 [speriyat@speriyat-1 speriyat]$ kubectl...
The current OraOperator doesn't support [ECPU compute model](https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/autonomous-compute-models.html#GUID-7F4EE72A-ABE7-4FC9-B4BE-86802D9AD05A) and GB Storage size for Autonomous Database. They should be supported as both compute modules and GB storage size are available when...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
Let us know if the replica issue is fixed as it was not working till May 2023.
When creating CDB custom resource using sample cdb.yaml file (https://github.com/oracle/oracle-database-operator/blob/main/config/samples/multitenant/cdb.yaml), request fails with: ``` $ kubectl apply -f cdb.yaml The CDB "cdb-db21" is invalid: * spec.cdbTlsKey: Required value: Please specify...
oracle-database-operator keeps `CrashLoopBackOff` for a SingleInstanceDatabase runtime. Stack Trace: ``` 21.3.0.0.0 {"reconciler group": "database.oracle.com", "reconciler kind": "SingleInstanceDatabase", "name": "maximodb", "namespace": "oracle-database-operator", "GetDatabaseVersion": "oracle-database-operator/maximodb"} panic: runtime error: invalid memory address or...
Hello I m trying to deploy a sharded configuration i see the below error to the shards ``` p', 'OLDPWD': '/home/oracle', 'ORACLE_HOME': '/opt/oracle/product/21c/dbhome_1', 'KUBERNETES_PORT_12250_TCP_PROTO': 'tcp', 'PWD': '/opt/oracle/scripts/sharding'} 01/17/2023 12:31:31 PM...
**Environment:** - OS: Windows 11 (WSL2) and macOS Monterey Version 12.6 - Docker Desktop 4.15.0 (93002) - Running on minikube version: v1.26.0 **Installation** 1. Installed the operator 2. Changed PWDs...