Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: connections based on ip address

Re: connections based on ip address

From: Jose Luis Delgado <joseluis_delgado_at_yahoo.com>
Date: Thu, 22 May 2003 06:41:55 -0800
Message-ID: <F001.0059FC51.20030522064155@fatcity.com>


Hi!

Your can use the following...

Please test first!. :-)

1.- create a file named protocol.ora on the same path of your listener.ora and add these lines

tcp.validnode_checking=yes

tcp.invited_nodes=(ip_address1_or_hostname1, ip_address2_or_hostname2, ...)

2.- Optionally, you can add this third line:

tcp.excluded_nodes=(ip_address3_or_hostname3, ip_address4_or_hostname4, ...)

Note that you can just provide a list of invited nodes ie: all other nodes should be excluded.

Now, restart your listener to take the changes, and you've done.

HTH
JL


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jose Luis Delgado
  INET: joseluis_delgado_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu May 22 2003 - 09:41:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US