Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 8i Listener Wildcard Ports
"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
![]() |
![]() |