wnameless / docker-oracle-xe-11g

Dockerfile of Oracle Database Express Edition 11g Release 2
Apache License 2.0
1.34k stars 800 forks source link

Error 5 initializing SQL*Plus #86

Open lc-ikrumov opened 6 years ago

lc-ikrumov commented 6 years ago

Hello, after pulling the latest image and running it with

docker run -d -p 49160:22 -p 49161:1521 wnameless/oracle-xe-11g

the container starts but checking the logs with

docker logs wnameless/docker-oracle-xe-11g

shows errors:

Error 5 initializing SQL*Plus
NLS initialization error

With an older wnameless/docker-oracle-xe-11g image (from 12 months ago) there are no issues.

wnameless commented 6 years ago

Did you add initialization scripts?