ORACLE_HOME environment variable for ORACLE from docker
I have oracle which I installed via docker-compose: version: ‘2.4’ services: oracle: image: quay.io/maksymbilenko/oracle-xe-11g ports: – 1521:1521 – 7080:8080 I
Continue readingDocker questions and answers
I have oracle which I installed via docker-compose: version: ‘2.4’ services: oracle: image: quay.io/maksymbilenko/oracle-xe-11g ports: – 1521:1521 – 7080:8080 I
Continue readingI am using the docker oracle 12.2.0.1 and I want to write shell script which contains select query. And without
Continue readingI have an oracle 12 running docker container, lets say ora_db1 where some initial sql scripts and import of a
Continue readingI am getting the below error while building the docker image for oracle 12.2.0.1 enterprise edition. Removing intermediate container 206974c9a832
Continue readingAfter month of research, we are here, hoping for someone to have a insight about these issue: On a GKE
Continue readingOn a ubuntu 20.04 image, I’ve installed the php oci8 extension for accessing oracle db’s. As root, I’m able to
Continue readingI have an Azure Function that is written with Visual Studio Code and it is a nodejs application with javascript
Continue readingI use docker-images for oracle-server and oracle-client. But but can’t connect to the database even from the server. /etc/hosts 172.17.0.2
Continue readingI am quite new to Docker technology and going through the official documentation. In our CI project pipelines, we would
Continue readingI try to run a script after the container deployment. Unfortunately currently the script starts as soon as I run
Continue reading