Question

I'm trying to run a TELNET command from my Mac OSX to an Oracle DB that is based on a Windows 7 (Virtual machine using Parallels on same Mac) but I get this error:

Connection closed by foreign host

I've already checked the Listener for Oracle and it is activated and listening to 127.0.0.1 on port 1251 and to the VM ipAddress 10.211.55.4 on port 1251

I can successfully run a:

ping 10.211.55.4

I have verified that the port is LISTENING using

netstat -a

And i have checked via services (in Windows) to see if the port is RUNNING... and it is.

Any ideas?

Thanks!

PS: This is my first post so if anything is out of place please let me know... I have checked various threads and none answer

Was it helpful?

Solution

Thanks for the help! The problem was not the port. It was rather that for some odd reason (replicable... but odd) Oracle DB installed two instances on my Windows VM and the connections got crossed. The way I solved this was by removing ALL listeners to BOTH DB's and then creating a new Listener to a single instance.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top