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: limit SQL*NET listener to one tcp port

Re: limit SQL*NET listener to one tcp port

From: Gerry Sinkiewicz <sinkiege_at_snet.net>
Date: Fri, 23 Apr 1999 20:25:57 -0400
Message-ID: <37210F95.76DDB0CC@snet.net>


listener.ora is on the server side.
sqlnet.ora (aka the profile) and tnsnames.ora are client side files (but are also on servers because servers are clients to other servers).

Within listener.ora more than one listener may be set up to listen at more than one port. The tnsnames.ora must also be coded to point to those additional ports, usually be seting up other "alias" service names and addresses (different ports) but for the same sid.

text snipped because of ISP restriction?

Nandan Kalle wrote:
>
> >If it's a TCP connection, you can specify the port in your
Received on Fri Apr 23 1999 - 19:25:57 CDT

Original text of this message

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