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 all, While applying p36195566_190000_Linux-x86-64 on oracle/database:19.3.0.0 I had an issue due to below lines on the patchDBBinaries.sh script. I tried to change on the script instead of 6880880 I...

Initial Instant Client 23ai container push

OCA Verified

modify wrong link

OCA Required

Hello everyone I am facing an ERROR [FATAL] [DBT-06608] The specified audit file destination (/opt/oracle/admin/ORCLCDB/adump) is not writable. when want to build my container by using this commande line `docker-compose...

database

OS: Mac M1 Arm Docker image: `container-registry.oracle.com/database/enterprise:19.19.0.0` Docker start command: ``` docker run -d --name oracle -p 1521:1521 -p 5500:5500 -v ./docker/oracle-init/oracle-init.sql:/docker-entrypoint-initdb.d/setup/oracle-init.sql -v ./oracle-data:/opt/oracle/oradata -e ORACLE_PWD=password container-registry.oracle.com/database/enterprise:19.19.0.0 ``` I'm following...

- OS: Mac M1 - Image: container-registry.oracle.com/database/enterprise:19.19.0.0 - Docker Driver: Podman (in shell commands below, docker is alias of podman) Currently, `Unified Auditing` is not enabled. ``` SQL> SELECT VALUE...

According to https://github.com/oracle/docker-images/issues/2472 Changed line in script according to comment https://github.com/oracle/docker-images/issues/2472#issuecomment-1867219864 It fixed building image in my case

database
OCA Required

For the following: - https://container-registry.oracle.com/ords/ocr/ba/database/ords - https://container-registry.oracle.com/ords/ocr/ba/database/ords-developer We see in both the **Installing ORDS on your DB** and **Important Notes** sections that `CONN_STRING` must be in a `user/password@hostname:port/service_name` format. However,...

The current Dockerfile for WebLogic Server instructs users to download the Generic installer from the Oracle Technology Network (OTN): (for example) https://github.com/oracle/docker-images/blob/main/OracleWebLogic/dockerfiles/14.1.1.0/Dockerfile.generic-8 `Download the Generic installer from http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html ` However,...

Hi , I am trying to run OAS container from Image built (OAS 6.4) as mentioned in this github repo. my container fails to run at end [CONFIG] [Oracle_Analytics_Configuration] [Start...