Listener Configuration Overview

A listener is configured with one or more listening protocol addresses and information about the destination service.

Protocol addresses are configured in the listener configuration file, listener.ora. Service information may or may not be configured in the listener.ora file:

During installation, the Net8 Configuration Assistant assumes you may use Oracle Enterprise Manager to monitor the database, soservice information is configured statically in the listener.ora file.

Shown next is a listener.ora file sample. The LISTENER entry defines the protocol address and the SID_LIST_LISTENER entry provides information about the database service, including the global database name, the Oracle home location of the database, and the Oracle System Identifier (SID) of the instance.

 
listener=
(description=
(address=(protocol=tcp)(host=sales-sun)(port=1521)))
sid_list_listener=
(sid_desc=
(global_dbname=sales.us.acme.com)
(oracle_home=/orahome81)
(sid_name=sales))