MaksymBilenko / docker-oracle-12c

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

Can't connect to Oracle Application Express web management console #127

Closed milindrao closed 5 years ago

milindrao commented 5 years ago

I created and started the docker container using docker run -d --name oracle_svb -p 8090:8080 -p 1621:1521 sath89/oracle-12c

I waited a while and even checked the logs with docker logs -f oracle_svb which showed

Configuring Apex console Database initialized. Please visit http://#containeer:8080/em http://#containeer:8080/apex for extra configuration if needed Starting web management console

So http://localhost:8090/apex should have forwarded to port 8080.

docker container ps shows 0.0.0.0:1621->1521/tcp, 0.0.0.0:8090->8080/tcp

Any idea why this is not working?

milindrao commented 5 years ago

Never mind. Somehow, a ".com" got appended to the localhost when I tried to connect to it on my browser. It's working.

How does one delete a issue?