MaksymBilenko / docker-oracle-12c

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

Cannot reuse oracleData #129

Open rafael-yure opened 5 years ago

rafael-yure commented 5 years ago

Hi,

I have a OracleData directory that was created by importing a .dmp using this image. This oracleData can be reused on Fedora 26 and Windows (Server, 10 and 7). However, If I try to reuse this OracleData on a Ubuntu Server or Fedora 29 server, I get the following errors:

ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux-x86_64 Error: 2: No such file or directory Additional information: 3640 Additional information: -741881385

And the database won't start. I can't even SQLPLUS / as sysdba; I can't try to shutdown the database in order to restart.

Have you seen anything like this? This OracleData has important data on it. I've switched servers to a Fedora 29 and I can't use it anymore. I'm recreating the database from scratch. This will work, I'm sure, but I really wanted to make this work, because there's a lot of useful data there.

radhwenkhelia commented 4 years ago

Hello,

I guess it was ressolved since then... so can you please share your solution ? I'm facing this same issue.