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: Preventing user access

Re: Preventing user access

From: Christian Trassens <ctrassens_at_yahoo.com>
Date: Wed, 26 Sep 2001 07:37:14 -0700
Message-ID: <F001.003991CB.20010926072530@fatcity.com>

You can use Connection Manager and define rules. Although you will need to change the net services entries of the tnsnames.ora or from the names or from LDAP, just to source the client to the Connection Manager before the server itself.

Or if you use TCP/IP as the protocol for Net8, you can use the file protocol.ora. In order to restrict the access you must include these two lines:

tcp.validnode_checking=TRUE
tcp.excluded_nodes=(<ip or name>,.....)
.....or better if there two many:

tcp.included_nodes (<ip or name>....)

Regards.  


Eng. Christian Trassens
Senior DBA
Systems Engineer
ctrassens_at_yahoo.com
ctrassens_at_hotmail.com
Phone : 541149816062

Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Christian Trassens
  INET: ctrassens_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed Sep 26 2001 - 09:37:14 CDT

Original text of this message

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