Hello,
I have setup a two node RAC database and would like to have some restrictions in granting access to certain clients.
I have scan listeners being used to connect to the database.
I would like to have clients only on hosts fihecdpp073 and fihecdpp074 to be able to access the RAC database setup on fihecdpp075 and fihecdpp076
So, I used the following as grid user on fihecdpp075
srvctl modify scan_listener -update -invitednodes "fihecdpp073,fihecdpp074"
followed by
srvctl stop scan_listener
srvctl start scan_listener
However, I can still connect to the database from other clients.
Please advise how I can fix this issue.
Thank you
Trupti