docker-oracle-xe
docker-oracle-xe copied to clipboard
Docker build for Oracle Database 18c Express Edition (XE). This project is now archived with the release of version 21c.
This PR adds a docker-compose file for easier build and setup. It uses the same configurations shown in the original `README` with the difference that it uses a named volume...
Following all the steps ai in the below process the failure occurred: -- Build Image docker build -t oracle-xe:18c . Return description error: Step 5/11 : RUN yum install -y...
Running transaction Installing : file-5.11-35.el7.x86_64 1/2 su: System error [SEVERE] The su command is not configured properly or the oracle user does not have the required privileges to install the...
What path and port to access one?
How about runnning scripts on setup/startup as described in [official docs](https://github.com/oracle/docker-images/tree/master/OracleDatabase/SingleInstance#running-scripts-after-setup-and-on-startup) in section `Running scripts after setup and on startup`. Seems it implemented in official repo with these commands in...
The last lines of `runOracle.sh` are: ``` # TODO workaround tail -f /dev/null ``` This "workaround" (work around what) prevents a graceful shutdown of the container because the root process...
Hello! There is a problem stopping the container. `# docker stop -t 200 oracle-xe` Gives me: `Error response from daemon: cannot stop container: oracle-xe: Cannot kill container 0c55d6632537145f42a2f72cc26c47210e3e0db9f01a54d9a146bf1ef5a59856: unknown error...
hello there, how can i add an SQL script in order to create my database, before building the image so that it could be run every time i create a...
The `${ORACLE_CMD} configure` stage takes a very long time, too long for my CI build to be able to do. I tried moving this step into the Dockerfile which builds...
There is a problem with your environment because the Application Express files have not been loaded.
Hi, after installing oracle-xe container, apex and ords-container I receive the following message, when I open the apex-page: `There is a problem with your environment because the Application Express files...