ADDRESS_LIST

Defines lists of addresses that share a set of common characteristics. In the following example, ADDRESS_LIST lists two address with client load balancing turned on:

(address_list=
  (load_balance=on)
  (address=
   (protocol=tcp)
   (host=sales-pc)
   (port=1521))
  (address=
   (protocol=tcp)
   (host=hr-pc)
   (port=1521)))