oracle-12c icon indicating copy to clipboard operation
oracle-12c copied to clipboard

Docker image with Oracle database server on Oracle Linux. Formerly known as https://registry.hub.docker.com/u/wscherphof/oracle-12c/

Results 19 oracle-12c issues
Sort by recently updated
recently updated
newest added

Hi, I'm using your image and was wondering if you could help me to enable archivelog mode for the server so that we can use restore points and flashback functionality...

It would be nice to provide Dockerfile of: https://hub.docker.com/r/wscherphof/oracle-linux-7/ for public (as it's common for other base images). Any chance for doing that?

Hi Thanks for your effort building this great image. Unfortunately, I cannot pull the image anymore: docker pull wscherphof/oracle-12c just gives the following output: Pulling repository docker.io/wscherphof/oracle-12c Error: image wscherphof/oracle-12c...

For a database container it makes sense to store the database data in a volume, so you won't lose the data when you kill container or update the image. E.g....

Where are the Oracle data files located with this image?

Running step2 $ /tmp/create ``` Wed Jul 15 10:55:52 UTC 2015 Creating database... SQL*Plus: Release 12.1.0.2.0 Production on Wed Jul 15 10:55:52 2015 Copyright (c) 1982, 2014, Oracle. All rights...

Could not run `/tmp/install/install` [root@1d5555154048 tmp]# /tmp/install/install bash: /tmp/install/install: /bin/bash^M: bad interpreter: No such file or directory

After following the steps to create a oracle-12c docker images, I try to use impdp to import a DB pump file an it failed. After checking the error message on...

Steps to reproduce: 1. download oracle files into step1 2. docker build -t oracle-12c:step1 step1 this failed on error: ``` 2014/12/14 20:03:04 The command [/bin/sh -c yum -y install binutils...