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

Home -> Community -> Usenet -> c.d.o.server -> Re: PROTOCOL.ORA and validnode checking

Re: PROTOCOL.ORA and validnode checking

From: Bob Yeh <tyeh_at_csc.com>
Date: 1997/04/21
Message-ID: <335BDC4F.6387@csc.com>#1/1

Rene Pijlman wrote:
>
> Michelle Ly wrote:
> > We are trying to use validnode checking to restrict access to a specific
> > database instance to a selected group of IP addresses. We have looked at the
> > Oracle documentation CD that describes using PROTOCOL.ORA, but can not find
> > any examples/references for TCP/IP. Does anyone have any examples/references
> > that we can look at to help us?
>
> See the Oracle manual "Understanding SQL*Net", Release 2.2, Part No.
> A32090-1, page A-24.
>
> HTH,
> --
> Rene Pijlman email: rpijlman_at_ic.uva.nl
> Informatiseringscentrum/O&A phone: +31 20 525 2942
> Universiteit van Amsterdam fax: +31 20 525 2084
> Turfdraagsterpad 9 room: 2.14
> 1012 XT Amsterdam, The Netherlands

Try this in the protocol.ora file:

tcp.validnode_checking = yes
tcp.invited_nodes = (20.4.1.1,

                        20.4.1.2,
                        20.4.1.3,
                        20.4.1.4,
                        20.4.1.5)
Received on Mon Apr 21 1997 - 00:00:00 CDT

Original text of this message

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