Problem to run user scripts while bootstraping database for the first time #2451
Unanswered
desiderati
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, I've configured the Oracle DB for Docker in my machine and everything was working fine. Some day, I decided to clean the database and use Init Scripts to pre-configure the database. The problem occurs when the log shows that the scripts were executed with success, but when I introspect the database there was nothing over there. None of the commands were executed.
I have three scripts inside the directory "scripts/init-db". Here they are:
Here is the log from Oracle DB Docker.
Is there anything else that I should have to do?
Beta Was this translation helpful? Give feedback.
All reactions