Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*NET security
Yes.
Create a 'protocol.ora' file in the $TNS_ADMIN directory (usually $ORACLE_HOME/network/admin).
Include the following lines (adjusting the IP addresses to your needs):
TCP.VALIDNODE_CHECKING=YES
TCP.INVITED_NODES=(123.456.789.111,123.456.789.112)
Brant Cooper wrote:
> Any way to configure what remote hosts are allowed to connect to an
> Oracle server via SQL*NET on Solaris, i.e. a sort of tcp_wrappers for
> the Listener?
>
> Thanks for any suggestions,
> Brant Cooper
Received on Thu Apr 01 1999 - 22:20:37 CST
![]() |
![]() |