docker-images icon indicating copy to clipboard operation
docker-images copied to clipboard

Oracle database 12.1.0.2 is not working

Open ukreddy-erwin opened this issue 4 years ago • 0 comments

I have registered with the docker image of oracle database and got below link to pull the image.

docker pull store/oracle/database-enterprise:12.2.0.1

No other tags available to see on the page. But some how I got information about 12.1.0.2

With 12.2.0.1, I am able to run a database and connect to it. But with 12.1.0.2, the database is not connecting.

docker service create --with-registry-auth --network=oracle_net --name Oracledb_39 -p target=1521 store/oracle/database-enterprise:12.2.0.1

docker service create --with-registry-auth --network=oracle_net --name Oracledb_39 -p target=1521 store/oracle/database-enterprise:12.1.0.2

The 12.1.0.2 with dbeaver client to connect:

image

But able to connect with 12.2.0.1 image

Please suggest how to connect to 12.1.0.2 or any of 12.1.x

And also please share how to see all the tags available for oracle database docker image.

ukreddy-erwin avatar Aug 03 '21 12:08 ukreddy-erwin

The Docker Store images are no longer available, please use 19c onwards from https://container-registry.oracle.com

gvenzl avatar Aug 19 '22 17:08 gvenzl