IP based restriction not working on my database
I added the following entry in sqlnet.ora :
1.tcp.validnode_checking = yes
tcp.invited_nodes = (172.23.xxx.xxx,10.xxx.xx.xxx)
2.reload the listener successfully
3.try to connect to oracle from localhost it throws error :
ORA-12514 TNS:listener does not currently know of service requested in connect descriptor
4.When I remove the entry from sqlnet.ora and reload the listener once. The change is not reverted .When I reload it multiple times.
My Oracle database connects fine.