docker-oracle-xe icon indicating copy to clipboard operation
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.

Results 33 docker-oracle-xe issues
Sort by recently updated
recently updated
newest added

Building fails: ``` Running transaction Installing : file-5.11-33.el7.x86_64 1/2 su: cannot open session: Permission denied [SEVERE] The su command is not configured properly or the oracle user does not have...

documentation

Hi there, **Thank you for putting so much effort into this project.** As a regular software developer, **with none experience working with Oracle DB's**, I would have loved to just...

With this change you can define a different character set instead of AL32UTF8 (installation standard) of the CDB and PDBs during the "docker run" command. Also this change will reduce...

`docker run -p 32118:1521 -p 35518:5500 --name=oracle-xe --volume ~/docker/oracle-xe:/opt/oracle/oradata oracle-xe:18c` ``` Database exists cp: cannot stat '/opt/oracle/oradata/dbconfig/XE/oratab': No such file or directory The Oracle Database is not configured. You must...

Have tried this repo successfully yesterday on a local Ubuntu 18.04 host and now wanted to replicate on a brand new server host in our production environment. When running `docker...

Hi, I build the image `docker build -t oracle-xe:18c .` And i have this error : Do you know what can be the reason ? ```Total size: 5.2 G Total...

Running transaction Installing : file-5.11-36.el7.x86_64 1/2 su: cannot open session: Permission denied [SEVERE] The su command is not configured properly or the oracle user does not have the required privileges...

I have successfully followed the instructions and created a Docker image of Oracle. I am now connecting to the image from another iMac on my home network. I might add...

Hello, I'm getting the following error message when attempting to clone the repository. When I run this command: git clone [email protected]:fuzziebrain/docker-oracle-xe.git I get this error message: Cloning into 'docker-oracle-xe'... Permission...

question

docker run -d -p 32118:1521 -p 35518:5500 --name=oracle-xe oracle-xe:18c Unfortunately DB configuration does not work. The container starts, but orapwd fails, probably because of the symbolic links referencing themselves under...