Getting ORA-12541: Cannot connect. No listener at host localhost port 1521 with colima (macos M3) #953
Replies: 3 comments 2 replies
-
By the way. Just as a test I've reinstalled another fresh db (different volume, etc) and the results are the same. It seems something going not related with the db |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can you try listening on another port, do you get same behaviour? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Has anybody managed to solve this issue? I am facing the exact same problem and can't figure out the cause. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm starting with colima as an alternative to use docker with oracle 12c in mac M1/M3
The setup was straightforward and everything was working great, meaning that I've configured the oracle 12c db populated several tables connected to my app, etc etc. After stopping the container and colima and rebooting the laptop (and starting again everything including colima and the container) I'm getting ORA-12541: Cannot connect. No listener at host localhost port 1521 (from the host.. meaning the mac/ my app running locally)
Checking the following:
the status of the db looks healthy (docker ps)
Making a lsnrctl status shows that all is good:
The commands I've used were:
colima start
docker start
As other alternatives I've tried stopping and starting again all. Also with this option : colima start --network-address
But same result....
Inside the container and SQL I can make queries, etc but from outside (host machine) the port looks closed. Any hint?
Beta Was this translation helpful? Give feedback.
All reactions