EBS R12.1.3 : 12c RAC 2 node autoconfig issue
Hi,
We have a EBS R12.1.3 instance running on 2 node RAC . We have setup scan listeners successfully.
scanName oa_var="s_scan_name">ebs-prod.xxxxx</scanName>
<scanPort oa_var="s_scan_port">1521</scanPort>
<scanUpdateFlag oa_var="s_update_scan">TRUE</scanUpdateFlag>
On Db side , the scan listeners are working fine.
remote_listener | string | ebs-prod.xxxx:1521 |
local listener is set for both the nodes
local_listener | string | (ADDRESS=(PROTOCOL=TCP)(HOST= |
xx.xx.xx.xx)(PORT=1522)) |
tnsping works fine
(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=ebs-prod.)(PORT=1521)) (CONNECT_DATA= (SERVICE_NAME=PROD)))
However , autoconfig is failing on apps nodes due to tns connectivity issues.