Access via tcp.validnode_checking
We have 2 settings in our sqlnet.ora file on the Oracle server
TCP.VALIDNODE_CHECKING=YES
TCP.INVITED_NODES=(hostname1, hostname2, hostname3)
With these settings, I have been informed that if any of the hosts are in the list are not contactable, the Listener will not start.
Is this correct and if so, what can be done to mitigate this issue ?
Thanks
Nick