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

Capital P on every podman command on https://github.com/oracle/docker-images/blob/main/OracleDatabase/RAC/OracleRealApplicationClusters/PODMAN_README.md. This needs correction.

Following #399 With Oracle 21c (AL32UTF8) I followed all the steps but it does not works with NVARCHAR.... ` sqlplus / as sysdba ALTER SESSION SET CONTAINER=CDB$ROOT; ALTER SYSTEM SET...

Added a line to explain how to fix a common issue of connection to oracle container as it's reported on Stackoverflow (https://stackoverflow.com/questions/19660336/how-to-approach-a-got-minus-one-from-a-read-call-error-when-connecting-to-an-a) Third answer.

https://github.com/oracle/docker-images/blob/main/OracleDatabase/RAC/OracleRealApplicationClusters/dockerfiles/buildContainerImage.sh#L132 script always exits with code 0 and don't return 1 when it fails. It always completes with return code 0, this gives wrong impression wherever it is getting used...

RAC

Hi everyone, I got the problem of no services for the listener: [root@localhost opt]# docker run -d --name oracle19 -p 1521:1521 -e ORACLE_PWD=Oracle123 -v /home/huynn/Downloads/share:/var/lib/sharedata doctorkirk/oracle-19c:latest be39f1616c747e0f70e1faf45e7eaedc2268f653bc3292586a2c0f0a6748a3e7 [root@localhost opt]# docker...

database

Trying to deploy a express oracle database I'm facing some problems: docker-compose.yml ``` version: '2.4' services: db: image: container-registry.oracle.com/database/express:latest restart: unless-stopped ports: - 1521:1521 environment: TZ: Europe/Madrid ORACLE_PWD: mysecurepassword ```...

database

Document delete of racnode Fix for https://github.com/oracle/docker-images/issues/2413

https://github.com/oracle/docker-images/tree/main/OracleDatabase/RAC/OracleRealApplicationClusters is missing Documentation for deletion of node from RAC Custer

RAC

Apparently, it needs a real time kernel, which involves recompiling and installing a custom kernel. However, Ubuntu claims their low latency kernel is good enough: https://ubuntu.com/blog/industrial-embedded-systems https://ubuntu.com/blog/industrial-embedded-systems-ii https://ubuntu.com/blog/industrial-embedded-systems-iii Possibly they...

RAC

Dear Sir For benefit of of all oracle users can oracle create a video of deploying shard database on kubernetes connected to PV and a demo on how to connect...

database