MaksymBilenko / docker-oracle-12c

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

Error on startup #75

Closed eprislac closed 6 years ago

eprislac commented 6 years ago

Latest version of image appears to be broken.

Command used to install container:

docker run -d -p 8080:8080 -p 1521:1521 -v ~/Projects/Data/PAM:/u01/app/oracle -e DBCA_TOTAL_MEMORY=1024 sath89/oracle-12c

Output from container in Kitematic:

Database not initialized. Initializing database.
Starting tnslsnr
/u01/app/oracle/product/12.1.0/xe/jdk/jre/bin/java: 1: /u01/app/oracle/product/12.1.0/xe/jdk/jre/bin/java: Syntax error: ")" unexpected

running on MacOS High Sierra docker version: 17.12.0-ce-mac47 (21805)

MaksymBilenko commented 6 years ago

There is might be permission issue, try not to use host FS by -v ora_docker_volume_name:/u01/app/oracle