General Parameters: General

The General tab enables you to configure general parameters for the listener.

Listener Name

Displays the name of the listener.

Startup Wait Time

Specify the time, in seconds, for the listener to wait before responding to a Listener Control utility START command.

Note: This setting is deprecated and will be desupported in a future release. If you require this parameter to run the listener, please notify Oracle Support Services.

Option

Save Configuration on Shutdown

Choose to make permanent any changes made by the Listener Control utility SET command.

SNMP Contact Information

Enter any text to be written to the snmp.ora file for use with Oracle Enterprise Manager. This information will be sent with any SNMP connection, and can be any string. It does not affect the process of creating an SNMP connection. This information generally consists of contact information for the client's user or administrator.

ADMIN_RESTRICTIONS_listener_name

Purpose

To restrict run-time administration of the listener.

Setting ADMIN_RESTRICTIONS_listener_name=on disables the run-time modification of parameters in listener.ora. That is, the listener refuses to accept SET commands that alter its parameters. To change any of the parameters in listener.ora, including ADMIN_RESTRICTIONS_listener_name itself, modify the listener.ora file manually and reload its parameters (using the RELOAD command) for the new changes to take effect without explicitly stopping and restarting the listener.

See Also:

Oracle Database Net Services Administrator's Guide for additional information about password security of the listener

Default

off

Example

ADMIN_RESTRICTIONS_listener=on

Related Topics

Oracle Net Services Overview