Can not create listener because of port conflict on linux
Created on May 28, 2013
Environment:
Oracle:
Oracle 11g Release 2聽 11.2.0.3
OS:
Oracle Linux 6.3 (64bit)
When start a listener, one error shows that port 1521 has been used, but actually聽 not.
Change to another port 1525, problem again.
I remember that this server is vmware server, clone from an existed vm server, and /etc/hosts should be changed after clone.
Make sure IP is the right one.
[root@orademo01 ~]# cat /etc/hosts
127.0.0.1聽聽 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1聽聽聽聽聽聽聽聽 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.172.10.205聽聽聽 orademo01聽聽聽 orademo01
After that, problem is solved.