docker-oracle-xe-11g
docker-oracle-xe-11g copied to clipboard
Dockerfile of Oracle Database Express Edition 11g Release 2
Hi Buddy, I'm try to test a small app against (**Python3/Flask/SQLAlchemy**) many database (**DB2/PostGre/MariaDB/etc.**) and I would like to do it automatically. But I'm a beginner Oracle and I don't...
So when I try to build an image on M1 mac: ``` # Dockerfile FROM wnameless/oracle-xe-11g-r2 ADD db/setup_oracle.sql /docker-entrypoint-initdb.d/ ``` I have an error: ``` [+] Building 4.8s (7/7) FINISHED...
Did this get taken off the Docker repos? I'm getting a 404 now, and "docker pull wnameless/oracle-xe-11g" isn't working.
I want to run it and test it by my scripts which never touch the existing from when create container. I'm using database client to view / monitor the data...
I stop and start Docker container and I see that all of my Oracle DB data is wiped out. Why ? I see that someone has posted to run like...
It does not seem that there is a way to set the character set of the database upon creation or I just don't understand how to do so with the...
After I have started the docker instance and ssh in I try to follow these commands: shutdown immediate; startup mount; I get a RMAN-03002: failure of startup command at 09/27/2016...
HI Everyone I'm on mac, docker versions are Server: Docker Engine - Community Engine: Version: 18.09.2 Client: Docker Engine - Community Version: 18.09.2 I've tried what seems to be every...