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:
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