MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
680 stars 285 forks source link

Remote connect to Oracle #7

Closed ferdyh closed 8 years ago

ferdyh commented 8 years ago

I'm trying to connect to the Oracle 12c instance created using the docker image. Command i ran:

docker run -d -p 8080:8080 -p 1521:1521 pengbai/docker-oracle-12c-r1

The image runs on a Digital Ocean VM. When i try to connect using SQLDeveloper i get the following error:

Status: Failure -Test failed: IO-error: The Network Adapter could not establish the connection

From my experience, this usually has to do with the hostname settings. Any way to resolve this?

ferdyh commented 8 years ago

My bad... Company firewall... Perfect docker image!

MaksymBilenko commented 8 years ago

@ferdyh I was just about to look into that, thank you for the update