setup dbcontrol for rac in 11.2.0.3 cannot to instances with error: ORA-12505: TNS:listener does not
We have a cluster of 3 nodes in Linux 5.6 at 11.2.0.3.5.
There are several databases running in the cluster and SCAN is up and running.
We are trying to setup the dbcontrol for RAC databases with emca.
Although the setup seems successful but the instances cannot be displayed.
When I went troubleshoot with the log in $ORACLE_HOME/host_uniquename/sysman/log/emagent.trc, I saw the folowing error:
ORA-12505: TNS:listener does not currently know of SID given in connect descriptor on the sql statement:
dbsnmp/<PW>@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=host-vip)(PORT=1521))(CONNECT_DATA=(SID=POC_RAC3)))
It kind of surprise me that the agent use the host-vip instead of the scan_ip to make the connection.