OraQA

Oracle Question and Answer

  • Do you have a solution to a problem? Do you have an unanswered question? Login and share it with the Oracle community. More...

Oracle News


Entries RSS feed

Comments RSS feed

Blocking IP Address from Logging on to Database Server?

July 20th, 2008 By tushar.chitnis

Can I block a particular IP address to prevent it from logging into an Oracle 9i server?

2 Responses to “Blocking IP Address from Logging on to Database Server?”

  1. hsafra Says:

    You can use TCP.EXCLUDED_NODES in the sqlnet.ora file on the server.

  2. austrin Says:

    One option would be to use a logon-trigger in combination with evaluating SYS_CONTEXT(’USERENV’,'IP_ADDRESS’).

Leave a Reply

You must be logged in to post a comment.

RSS feed for comments on this question