Home > Oracle Tips > Oracle Database Administrator > Restricting particular IP addresses from Oracle databases
Oracle Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

ORACLE DATABASE ADMINISTRATOR

Restricting particular IP addresses from Oracle databases


sameer wadhwa
09.19.2001
Rating: -4.50- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


Have you ever wanted to control whether or not particular IP addresses can connect to your Oracle database? Here's how:

First, you have to create a file named protocol.ora as follows.

tcp.invited_nodes=(XXX.XY1.XY2.Y, XXX.XY2.XY3.Z) 
tcp.validnode_checking=yes 

Let's say you want to allow a user to connect to the database with an IP addresse of 192.168.11.20 or 192.168.10.12 only. You simply configure the protocol.ora file as follows:

tcp.invited_nodes=(192.168.11.20, 192.168.10.12) 
tcp.validnode_checking=yes 

The destination of this file would be same as that of sqlnet.ora and tnsnames.ora. You'll need to stop and restart the listener to make this change work.

Similarly, to exclude certain IP addresses, you have to configure parameter tcp.excluded_nodes as above in the protocol.ora file.

Note: There are certain bugs in this method, so be sure to check with Oracle support or Metalink for your specific platform and version. For example, on Windows NT and Oracle version 8.1.x, you have to create a net8/admin directory and put the protocol.ora file in it rather than the network/admin directory. On Unix and Oracle version 8.1.x, you have to rename protocol.ora to .protocol.ora in the network/admin directory.

For More Information


Rate this Tip
To rate tips, you must be a member of SearchOracle.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


RELATED CONTENT
Oracle Database Administrator
What is the difference between a database engineer, architect and administrator?
Import on one table from dump file
Error during RMAN backup
Can I drop a column in SYS schema?
STATSPACK tool: transaction vs. execution measurement
Should I port from Microsoft Access?
Installing multiple Oracle homes
How can I find statistics on total memory usage and database connections?
Modifying SYS password in a RAC environment
How to create Datafiles in a Data Guard (10g) environment

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary

DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.

HomeNewsTopicsTipsAsk the ExpertsWebcastsWhite PapersProductsBlogs
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Reprints  |  Site Map




All Rights Reserved, Copyright 2003 - 2008, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts