-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Password Reset in gvenzl/oracle-xe:21.3.0 Docker Image #219
Comments
Hey @ChrisHellboy, First of all, thank you very much for using these images! This is certainly strange but I do remember an issue with volumes on Windows where the samba mount would be implicitly under Could you share your environment details, please? Could you also try starting a brand-new container with an empty volume and the Thanks, |
Hi @gvenzl, Thanks for your swift response and for your job with the image! In response to your queries, my setup is as follows: I'm running Docker version 24.0.2, build cb74dfc, on a Ventura 13.3.1. My machine is equipped with an Apple M2 chip, so as per the README, I'm using colima. I can't think of any other details that might be relevant, but please let me know if there's anything else that could help. Following your suggestion, I started a brand-new container with an empty volume and the -e ORACLE_PASSWORD variable set, as before. Your hunch was spot on — I encountered the same error after the "CONTAINER: starting up Oracle Database..." message.
Awaiting your advice. Best, |
Hey @ChrisHellboy, After doing some research, it appears that you are running into the same issue as reported over at #163 and that the issue is related to how Over in the colima repository, people have recommended trying the Another user has also reported that this can be done via an Could you try the recommended solutions over in colima issue 54 and see whether any of these solve the issue? Thanks a lot! |
Hi, Then cleaned all my current docker containers and folder and executed the following:
I am not exactly sure what it implies though... |
Hey @ChrisHellboy, Hmm, ok, that at least produces a different error, seems like we have moved on to a general permission issue. |
Closing due to lack of response. |
Hi,
I'm reaching out because I've encountered an issue while using your Docker image gvenzl/oracle-xe:21.3.0.
I set up the container using the command:
docker run -d -p 1521:1521 -p 5500:5500 -e ORACLE_PASSWORD=password_test --name=oracle-xe --volume ~/oracle/docker-volumes/oracle-xe:/opt/oracle/oradata gvenzl/oracle-xe:21.3.0
When I checked the logs with
docker logs oracle-xe
, I received the following message:I tried to reset the password using the resetPassword command as suggested:
docker exec oracle-xe resetPassword password_test
However, this command resulted in the following error:
Despite trying various troubleshooting steps, including re-creating the container, the problem persists. I'm unable to connect to the database with SQL Developer due to an invalid username/password error.
When I removed the
--volume
parameter of the docker run command, it worked absolutely fine so it has to be related to it somehow.Any help would be greatly appreciated.
Thank you in advance for your time and support.
The text was updated successfully, but these errors were encountered: