docker-images
docker-images copied to clipboard
Official source of container configurations, images, and examples for Oracle products and projects
Updating checksums for version 11.0.20 JDK downloads as per oracle website. https://www.oracle.com/a/tech/docs/11-0-20-checksum.html
I am bit new to dockers for Oracle DB and have few questions: 1)For the Quarterly patches /one-off patches, do I need to apply them using Opatch apply similar to...
I have a Oracle 19 DB running on a physical server in my environment. My goal is to run an application in a docker container that connects to the DB...
The [Dockerfile](https://github.com/oracle/docker-images/blob/main/OracleFMWInfrastructure/dockerfiles/12.2.1.4/Dockerfile) for FMW 12.2.1.4 is built using `oracle/serverjre:8` as both its builder as well as its base image. This tag used to be generated when using the build script...
I have a customer keenly interested in running ORDS+APEX on Azure. They intend to use it on Azure Kubernetes Service, but need a fully supported solution for ORDS. The ORDS...
I am getting ORA-00902: invalid datatype when trying to create a table with the SDO_GEORASTER column in PDB, Oracle 23c. I am using an Oracle Database 23c (23.2.0) Free docker...
Demo of apex in docker https://www.modb.pro/db/653533
I am trying to run this command docker run --name wlsnode01 -d -p 7001:7001 -p 9002:9002 -e DOMAIN_NAME=base_domain -v C:\Users\u\weblogic:/u01/oracle/properties container-registry.oracle.com/middleware/weblogic:14.1.1.0-dev-8 The domain.properties is saved inthe rigth folde mentioned. Im...
I am trying to run this command docker run --name wlsnode01 -d -p 7001:7001 -p 9002:9002 -e DOMAIN_NAME=base_domain -v C:\Users\u\weblogic:/u01/oracle/properties container-registry.oracle.com/middleware/weblogic:14.1.1.0-dev-8 The domain.properties is saved inthe rigth folde mentioned. Im...