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: Allow connections through certain listener only for one user

Re: Allow connections through certain listener only for one user

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Thu, 13 Oct 2005 12:04:21 +0200
Message-ID: <029701c5cfdd$7ce03e40$1a03310a@IBME1D11967173>


Do the specific users use the same client host? If not, you can use invited/excluded nodes configuration in protocol.ora/sqlnet.ora file.

TCP.VALIDNODE_CHECKING = YES
TCP.INVITED_NODES = (host1, host2)

TCP.VALIDNODE_CHECKING = YES
TCP.EXCLUDED_NODES = (host1, host2)

HTH,
Dimitre Radoulov

> Hi all,
>
> We have several listeners configured for one instance. We need to
> limit connections through specific listener to a specific user only.
>
> Initial idea was to define a unique service name for each listener and
> write simple after logon trigger. However, I cannot figure out how to
> get in 9i service name that session is connected to. Any ideas?
>
> Are there other solutions to that?
>
> Thanks,
> Alex
> --
> http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 13 2005 - 05:06:31 CDT

Original text of this message

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