No Listener is not working if I direct a specific application server to any listener, else all liste
Hi, I am having a strange problem...
Scenario:
When I am directing an specific application server (server-x) to any listener (say,port:1521), that port(1521) stops working, and no one can connect to database using that port(1521). On the listener log I am having a lot of connection request from server-x only, I can't see any other connection request though others are also trying to connect using that listener. Now if I stop directing that application server (server-x) from the port (1521) and restart the listener any one (except server-x) can connect using that port(1521).
Questions:
1. Listener is running and DB instance is registered with the listener. So, is there anything I can check ?