MaksymBilenko / docker-oracle-12c

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

Took more than 1 hour to start up and didn't complete #90

Closed carlos-algms closed 6 years ago

carlos-algms commented 6 years ago

I've downloaded the the image today and ran the suggested command:

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

I have been passed more than 1 hour and it still on 85%.

Is that normal?

artnaseef commented 6 years ago

One hour is high. I'm seeing 10 minute startup times here.

Does the system running the container have adequate resources? If the system is low on memory or cpu resources, that could explain the extra slow startup.