-
Notifications
You must be signed in to change notification settings - Fork 107
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
ORA-12528, TNS:listener: all appropriate instances are blocking new connections #48
Comments
Same for me when I share a volume on host machine:
|
Hi, I have the same issue but i fix it connecting with command line directly on my container. Tell me if it's work for you. |
Hi @dedeparisg could you provide more details about? |
After more tests, I still have this error as long as the container does not finish initializing. In order to debug and know when the database is ready, I launch the container like this: docker-compose up and not with the deamon like this: docker-compose up -d You should have thos message at the end: Database ready to use. Enjoy! ;) |
I get the point, thus the problem now is why sometimes the database takes a very long time to run up? 🤔 |
Listener refused the connection with the following error:
ORA-12528, TNS:listener: all appropriate instances are blocking new connections
The text was updated successfully, but these errors were encountered: