oracle / oracle/oracle-database-operator
Pod is Running, but SingleInstanceDatabase Object Status is Pending
@sayeesreedhar is already working on this.
Since Jul 4, 2025.
- Dominant language
- Go
- Stars
- 192
- Forks
- 69
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 1
Description
Hi,
I am encountering an issue where the Pod related to the Oracle Database Operator is running, but the associated SingleInstanceDatabase object (named sidb-ords) has the status Pending. This seems to indicate that the operator is unable to proceed with the creation or initialization of the database, despite the pod being active.
Steps Taken:
- I have verified the ClusterRoleBinding and ServiceAccount configurations, which seem to be correct.
- I tried patching the SingleInstanceDatabase object to trigger a re-evaluation, but the status remains Pending.
- I also deleted and re-applied the object, but the status stays in the same state.
The same Oracle Database Operator is also being used successfully for a Multitenant Database (CDB), and everything works as expected in that case. However, I am unsure if the current operator setup supports SingleInstanceDatabase (SIDB) properly or if a separate Oracle operator is required for SIDB.
Additionally, there are no errors related to this issue in either the Pod logs or the Oracle Operator Pod logs, which makes the problem harder to diagnose.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.