ADDRESS
A network protocol address of a network object.
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.
The following address defines a listening address for the listener.
ADDRESS=
(PROTOCOL=tcp)
(HOST=sales-server)
(PORT=1521))
The protocol parameters in the address are dependent on the protocol selected.
Related Topics
Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.