Thursday, November 15, 2007

Prevent Certain IP Adresses From Connecting To Database

To prevent certain IP Adresses from connecting to database,you have to add 2 parameters to the SQLNET.ORA file of your database and then restart the listener, the 2 parameters are: tcp.validnode_checking = yes
tcp.excluded_nodes = (155.23.0.100)

No comments: