docker-images
docker-images copied to clipboard
Official source of container configurations, images, and examples for Oracle products and projects
otherwise it will say ``` Step 18/26 : FROM $RAC_SLIM_IMAGE as final base name ($RAC_SLIM_IMAGE) should not be blank There was an error building the image. ```
followed to create oracle db 12c which is working fine: https://github.com/oracle/fmw-kubernetes/tree/master/OracleWebCenterContent/kubernetes/create-oracle-db-service#start-an-oracle-database-service-in-a-kubernetes-cluster ``` > kubectl get po -n default NAME READY STATUS RESTARTS AGE oracle-db-59cb78758-fbqf2 1/1 Running 0 3d5h rcu 1/1...
When running a simple DBMS_XPLAN.COMPARE_PLANS on Oracle database 19.19 ARM edition on podman container get error: ORCLPDB1(3):Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x616E696769726F] [PC:0xFFFF968FB210, __GI_strlen()+16] [flags: 0x0, count:...
Hello. Oracle instant client and several other images are only distributed using the AMD64 architecture. Many of our servers run ARM architecture using AWS graviton instances. M1 macbooks also run...
Run the Container ``` docker run --name oracle-19c -p 1521:1521 -e ORACLE_SID=orcl -e ORACLE_PWD=123456789 -v D:/Researchs/Oracle/oracle-19c/oradata/:/opt/oracle/oradata doctorkirk/oracle-19c ``` When i want to create the new user ``` sqlplus / as...
I'm trying to build my docker with oracle database. been using the `FROM ghcr.io/oracle/oraclelinux8-php:7.4-fpm-20221104` now I'm getting an error of Modular Dependency Problem when running `RUN dnf module enable -y...
hello we created a docker image of oracle database in version 19.3.0 with the suggested guidelines in that repository. I would like to understand if this image is covered by...
I want to compile in Mac m1, but I don't know how to start. Can someone help me write a tutorial?
The oracle-db helm chart located here: `OracleDatabase/SingleInstance/helm-charts/oracle-db` has a secrets manifest that renders a random string as the database password. This value is re-generated every single time the chart is...
This fixes issue #2676 The helm chart will now randomly generate a value for the oracle_pwd secret only if the secret does not already exist. If the secret does exist,...