Two Listeners running at the same time.
Chris M.Feb 28 2006 — edited Feb 21 2008I have oracle AS and oracle CS install on the same box, but when I try to run both at the same time their listeners are supposedly trying to use the same port.
I changed the port in the listener.ora for the CS to port 1527 (which isn't in use by anything else).
I can run each listener seperatly just fine. However, if I try to run both at the same time i get:
TNS-12542: TNS: address already in use
TNS-12560: TNS: protocol adapter error
TNS-00512: Address already in use
Linux Error: 98: Address already in use
I tried looking up all these errors, but was unable to find anything to help.