Second database uses port 1531 on AIX 6.1
Hi,
We have to databases, (SIDs MGMDMT, MGDCMT) running on our AIX 6.1 server. On the server's listener.ora, MGMDMT uses port 1521 and MGDCMT is using port 1531. Currently, application can connect to MGMDMT but not MGDCMT which is giving error 'IO Error: The Network Adapter could not establish the connection' so I assumed it has something to do with port 1531 not enabled. Checking, if we issue the server command 'netstat -an | grep 1521', we see that it has services running (port it open) but if we do the same for port 1531, it doesn't show anything.
How can I enable port 1531 so that application can access the DB that is using this port.
We have to databases, (SIDs MGMDMT, MGDCMT) running on our AIX 6.1 server. On the server's listener.ora, MGMDMT uses port 1521 and MGDCMT is using port 1531. Currently, application can connect to MGMDMT but not MGDCMT which is giving error 'IO Error: The Network Adapter could not establish the connection' so I assumed it has something to do with port 1531 not enabled. Checking, if we issue the server command 'netstat -an | grep 1521', we see that it has services running (port it open) but if we do the same for port 1531, it doesn't show anything.
How can I enable port 1531 so that application can access the DB that is using this port.
0