Adrian Png
Adrian Png
What about the Docker version that you're running?
I run the same version of Docker and have had no issues. You could try running the container without mounting a volume. See if that works.
@deusaquilus Yes, that command takes a while to run. I could think of two options: 1. Run the container and make sure you have the `oradata` volume mounted to your...
How about doing this instead: `git clone https://github.com/fuzziebrain/docker-oracle-xe.git`
@Kopite4Ever Can you please provide more information about the parameters you used when calling `oos_util_totp.format_key_uri`? Thanks.
Can you please remove the `orclapex212-oradata` (`sudo rm -rf orclapex212-oradata && sudo -k`) and then try again, this time, without the `sudo` in the run command?
@tomlieber Did you try running it as a regular user?
Hi Christoph, Did you download and place the JDK in the files directory? You'll need the tarball and not the RPM. I will be updating the documentation to make it...
@cruepprich Nope. Get the .tar.gz file instead. And please download JDK8.
Probably not. The tarball is only needed when running a container. The 02-run.sh script will also take care of removing any containers with the same name. You might want to...