EBS remote_listener parameter with scan address
Hello ladies and gentlemen,
I hope i can describe my issue clearly. I was folloiwng the most document for configuring EBS on RAC (If you need to know the doc id1490850.1). As part of the steps, i set the remote_listener parameter to "auto config" alias called TESTCOLA_REMOTE.
After running autoconfig,
TESTCOLA_REMOTE alias under $TNS_ADMIN get rewritten to
TESTCOLA_REMOTE=
(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=zsc-hostname-vip.zeusinc.com)(PORT=1531))
)
)
The correct entry for this alias shoudl've been
TESTCOLA_REMOTE=
(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=10.250.90.214)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=10.250.90.215)(PORT=1521))
)
)
Result of that my database services aren't registering with the scan listener, after adconfig because of incorrect REMOTE_LISTENER