SCAN and VIP ports
Hi Folks,
Just wanted to bounce off this question with you all:
Having installed RAC 11.2.0.3 on Solaris, I found that the port I gave for SCAN (1525) does not translate to 1525 for VIPs as well.
What I mean to say is that...
sqlplus system/password@scanname:1525/orcl --> works
sqlplus system/password@node1-vip:1525/orcl --> DOES NOT work!
sqlplus system/password@node1-vip:1521/orcl --> DOES WORK!
So, looks like the 1521 is hardcoded into the code somewhere for the VIP's and the change made via GUI install is effective only for the SCAN?...
Is my understanding correct?
Should the installer not have made 1525 port for the VIP's as well?
Just wanted to bounce off this question with you all:
Having installed RAC 11.2.0.3 on Solaris, I found that the port I gave for SCAN (1525) does not translate to 1525 for VIPs as well.
What I mean to say is that...
sqlplus system/password@scanname:1525/orcl --> works
sqlplus system/password@node1-vip:1525/orcl --> DOES NOT work!
sqlplus system/password@node1-vip:1521/orcl --> DOES WORK!
So, looks like the 1521 is hardcoded into the code somewhere for the VIP's and the change made via GUI install is effective only for the SCAN?...
Is my understanding correct?
Should the installer not have made 1525 port for the VIP's as well?
0