MaksymBilenko / docker-oracle-12c

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

Problem with importing initial data #93

Closed MatthiasLohr closed 6 years ago

MatthiasLohr commented 6 years ago

Hello,

as described in the README file i wanted to import a dmp file, but the file is not recognized by the entrypoint script.

Log output:

PL/SQL procedure successfully completed.

Starting import from '/docker-entrypoint-initdb.d':
found file /docker-entrypoint-initdb.d//docker-entrypoint-initdb.d/*
[IMPORT] /entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*

Import finished

Database ready to use. Enjoy! ;)

Best regards Matthias