docker-oracle-xe-11g
docker-oracle-xe-11g copied to clipboard
Dockerfile of Oracle Database Express Edition 11g Release 2
Hi, I have an automated exported SQL script I use to initialize the database. My expectation is this init script to be executed only once, for initialization purpose. Now they...
I'm new in using Docker, I want to backup volume from **Server Computer** to **User Computer** (From Different Computer), the step that I have done : Running docker container with...
Hi, I tried running the container as follows, but was unable to log into Apex (invalid username/password): ``` vagrant@vagrant:~$ sudo docker run -d -p 49161:1521 -p 8080:8080 wnameless/oracle-xe-11g ``` I...
We'd like to run sqlplus in the container from a script. Is there an easy way to do this? When I run: `docker exec -i -t /bin/bash` I can run...
can not connect to sql developer, which is the best quick Star
I need to have a port open with SSL configured. I have successfully done it on Enterprise Edition of 12c and 11g, but I have problem with doing it with...
Since many students in Germany start learning SQL with the oracle xe and the [Mondial database](https://www.dbis.informatik.uni-goettingen.de/Mondial/), it would be great if there was an option to create the Mondial database...
I'm trying to connect the oracle db via DBeaver client. I filled db information as you said and added ojdbc8 as a driver. When I test connection, I get 'Locale...
Simple one and saves some space. DROP USER APEX_040000 CASCADE;
We got an error when we try to create Tablespace, its wired because if i dont specify the path at creation, we don't have error. BUT the file is located...