docker-images
docker-images copied to clipboard
Official source of container configurations, images, and examples for Oracle products and projects
Hi, If I issue **select * from dba_directories;** I get the following error message ORA-48189 OS command to create directory failed. Only from PDB but it works from CDB. After...
In section "Deploying RAC on Docker with RAC Storage Container" for adding second node has example ``` # docker create -t -i \ --hostname racnode2 \ --volume /dev/shm \ --tmpfs...
#2366
Hi All, I am trying to run build script to create Oracle database image on my local system using below command. ./buildContainerImage.sh -v 19.3.0 -e But while running it I...
After successfully deploying my container in OpenShift 3.11 and k3s rancher, a new deployment in a newly created OpenShift 4.8 environment failed during the database creation, shortly after the RMAN...
 please clarify the issue. Thanks Prrasad
Hello, when execute ` sudo ./buildContainerImage.sh -v 19.3.0 -e`, during the execution of the creation of the image... ` > [stage-2 2/3] RUN /opt/oracle/oraInventory/orainstRoot.sh && /opt/oracle/product/19c/dbhome_1/root.sh: #13 0.925 /bin/sh: /opt/oracle/oraInventory/orainstRoot.sh:...
Wanted to know whether it is possible to have the Oracle RAC - on Kubernetes being deployed. #1042 As per the above issue I only find the helm-charts for Oracle...
### What is happening? I'm trying to deploy Oracle 19.3.0 on AKs environment with persistence and when helm is deploying the chart to the AKS cluster, pod status is running,...
I have been trying to use [lima](https://github.com/lima-vm/lima) and [nerdctl](https://github.com/containerd/nerdctl) to run an Oracle Database Container on macOS on Intel and hopefully later also Apple Silicon. I have been using a...