Skip to content
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

Open
Yangyi-miracle opened this issue Oct 26, 2018 · 5 comments

Comments

@Yangyi-miracle
Copy link

Listener refused the connection with the following error:
ORA-12528, TNS:listener: all appropriate instances are blocking new connections

@ccarcaci
Copy link

ccarcaci commented Jan 4, 2019

Same for me when I share a volume on host machine:

services:
  ...
  oracledb:
    image: sath89/oracle-xe-11g
    expose:
      - 1521
    ports:
      - 1521:1521
    volumes:
      - /home/claudio/docker-data/oracledb/data:/u01/app/oracle/oradata

@dedeparisg
Copy link

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.

@ccarcaci
Copy link

ccarcaci commented Jan 9, 2019

Hi @dedeparisg could you provide more details about?
Thanks :)

@dedeparisg
Copy link

After more tests, I still have this error as long as the container does not finish initializing.
As long as the database is initializing (or working...), no connection is possible.

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! ;)

@ccarcaci
Copy link

I get the point, thus the problem now is why sometimes the database takes a very long time to run up? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants