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

DB won't start when mounted #129

Open mikperic opened 4 years ago

mikperic commented 4 years ago

Hello

In OpenShift 3.11 I mounted /u01/app/oracle/oradata and when I start DB I see in logs following and folder /u01/app/oracle/oradata is empty:

ALTER DATABASE MOUNT ORA-00210: cannot open the specified control file ORA-00202: control file: '/u01/app/oracle/oradata/XE/control.dbf' ORA-27037: unable to obtain file status Linux-x86_64 Error: 2: No such file or directory Additional information: 3 ORA-205 signalled during: ALTER DATABASE MOUNT...

When I don't mount then it works OK, but data lost after DB restart.

wukunqiao commented 4 years ago

try to mount /u01/app/oracle