MaksymBilenko / docker-oracle-12c

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

import from dmp file #111

Open andreaneri opened 6 years ago

andreaneri commented 6 years ago

i'm running my container with the comand: docker run -d -e IMPORT_FROM_VOLUME=true -p 8080:8080 -p 1521:1521 -v /docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d sath89/oracle-12c

but 'm getting error like: ORA-01119: error in creating database file '+DATA/db_xxx_data_01.dbf' ORA-17502: ksfdcre:4 Failed to create file +DATA/db_xxx_data_01.dbf ORA-15001: diskgroup "DATA" does not exist or is not mounted ORA-15077: could not locate ASM instance serving a required diskgroup ORA-29701: unable to connect to Cluster Synchronization Service Failing sql is:

some ideas to solve it ? thanks

ninhthuanntnt commented 3 years ago

Did you resolve this problem?

andreaneri commented 3 years ago

Did you resolve this problem?

thanks to ask, but it's passed so long and I can't try again