Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

Part Number E25513-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

LISTENER_NETWORKS

Property Description
Parameter type String
Syntax LISTENER_NETWORKS =
'((NAME=network_name)
  (LOCAL_LISTENER=["]listener_address[,...]["])
  [(REMOTE_LISTENER=["]listener_address[,...]["])])'
 [,...]
Default value There is no default value.
Modifiable ALTER SYSTEM
Basic No

LISTENER_NETWORKS specifies one or more sets of local & remote listeners for cross-registration. All listeners within the same network_name will cross-register.

If a network_name is specified multiple times, then the resulting listener set is the union of each specification. This can be used to specify sets that require more than 255 characters, which is the per element limit.

The listener_address specifies a string that is an address, address list, or an alias that resolves to an address or address list of Oracle Net listeners. If an alias, the address or address list is specified in the TNSNAMES.ORA file or another address repository as configured for your system.

If a comma is used to specify a listener_address list, then the set of addresses must be surrounded by double quotes.

See Also:

Oracle Database Net Services Administrator's Guide for more information on setting this parameter