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: 8i Listener Wildcard Ports

Re: 8i Listener Wildcard Ports

From: Todd Pearsall <tpearsall_at_softhome.net>
Date: 2000/07/17
Message-ID: <_tLc5.1273$eS6.81848@news1.rdc1.md.home.com>#1/1

I was wrong I am using 8i v8.1.5. I created a protocol.ora and added the line, but after restaring the database service and listener it did not seem to change the ports used. I added:
tcp.invited_ports = (1521, 1522, 1533)

Thanks.

Sybrand Bakker <postbus_at_sybrandb.demon.nl> wrote in message news:963867420.1773.1.pluto.d4ee154e_at_news.demon.nl...
>
> "Todd Pearsall" <tpearsall_at_softhome.net> wrote in message
> news:wJJc5.918$eS6.80040_at_news1.rdc1.md.home.com...
> > Where do you define which wild card ports Oracle uses for client
> > connections? You initially connect through the port defined in
 tnsnames.ora
> > and after authenticating the user they are redirected to a different
 port
 to
> > continue their session. Where can I define this port range?
> >
> > Any help would be greatly appreciated.
> >
> > Todd Pearsall
> >
> >
> >
> You could either configure protocol.ora for invited_ports
> or add
> use_shared_sockets=true
> in sqlnet.ora
> This will force sqlnet to use 1 port only.
> This feature is available in 8i onwards.
>
> Hth,
>
> Sybrand Bakker, Oracle DBA
>
>
>
Received on Mon Jul 17 2000 - 00:00:00 CDT

Original text of this message

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