Net8 Administrator's Guide Release 8.1.6 Part Number A76933-01 |
|
A network object is identified by a protocol address. When a connection is made, the client and the receiver of the request (listener, Oracle Names server, or Oracle Connection Manager) are configured with identical protocol addresses.
The client uses this address to send the connection request to a particular network object location, and the recipient "listens" for requests on this address, and grants a connection based on its address information matching the client information.
This appendix includes the following sections:
Protocol address are comprised of ADDRESS and ADDRESS_LIST elements:
ADDRESS | |
---|---|
Purpose: |
Defines a protocol address. This parameter may be embedded under ADDRESS_LIST or DESCRIPTION. A DESCRIPTION is typically only used in a See Also: Each protocol has its own required parameters needed in the address, as explained in "Protocol Parameters". |
Example: |
(address= (protocol=tcp) (host=sales-pc) (port=1521)) |
The listener, Oracle Names server and Oracle Connection Manager are identified by protocol addresses. The table below describes the parameters used by the supported Oracle protocols:
Oracle Corporations recommends the following port numbers:
Oracle Corporation allows port numbers from 1 to 65535. Port numbers below 1024 are reserved for use by privileged processes on many operating systems.
If your listener is configured to use a port number below 1024, you will not be able to start it using LSNRCTL utility. LSNRCTL, even if itself running as root, cannot start the listener as root
(on UNIX systems), however, you can always run listener executable (tnslsnr
) as a root. This can be done by entering the command tnslsnr
listener_name
at the operating system prompt. Note that after the listener has been started it can be further administered (including stopping it) by LSNRCTL utility.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|