docker-images icon indicating copy to clipboard operation
docker-images copied to clipboard

Official source of container configurations, images, and examples for Oracle products and projects

Results 259 docker-images issues
Sort by recently updated
recently updated
newest added

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...

database
more-info-required

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...

documentation
RAC

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...

database
more-info-required

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...

database
more-info-required

![Screenshot (2)](https://user-images.githubusercontent.com/106153829/170026771-ac3a8081-8945-4a81-811b-f99133324974.png) please clarify the issue. Thanks Prrasad

weblogic

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:...

more-info-required

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...

question
RAC

### 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,...

more-info-required

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...

database