# Akadia AG, Arvenweg 4, CH-3604 Thun listener.ora # -------------------------------------------------------------------------- # File: listener.ora # # Autor: Martin Zahn Akadia AG 25.08.2000 # # Purpose: Configuration file for Net8 Listener Oracle 8.1.7 # # Location: $TNS_ADMIN # # Certified: Oracle 8.1.7 on SUN Solaris 2.7 # -------------------------------------------------------------------------- # Sets the number of seconds that the listener waits to get a # valid database query after it has been started. # Default: 10 CONNECT_TIMEOUT_LSNRDIA3 = 10 # Sets the directory for the listener's log file. LOG_DIRECTORY_LSNRDIA3 = /export/home/oracle/config/8.1.7 # Sets the name of the listener's log file. # The .log extension is added automatically. LOG_FILE_LSNRDIA3 = listenerDIA3.log # Sets the directory for the listener's trace file. TRACE_DIRECTORY_LSNRDIA3 = /export/home/oracle/config/8.1.7 # Sets the name of the listener's trace file. # The .trc extension is added automatically. TRACE_FILE_LSNRDIA3 = listenerDIA3.trc # Specifies desired tracing level. # Values: OFF/USER/ADMIN/SUPPORT/0-16 TRACE_LEVEL_LSNRDIA3 = OFF # Tells the listener to contact an Onames server and register itself # and its services with Onames. USE_PLUG_AND_PLAY_LSNRDIA3 = OFF # Tells the listener to save configuration changes to listener.ora when # it shuts down. Changed parameter values will be written to the file, # while preserving formatting and comments. SAVE_CONFIG_ON_STOP_LISTENER = OFF # Sets the number of seconds that the network listener sleeps # before responding to the first listener control status command. STARTUP_WAIT_TIME_LSNRDIA3 = 0 LSNRDIA3 = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = diamond)(PORT = 1523)) ) (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = DIA3)) ) ) # SID_LIST is no longer used for Oracle8i, but is still in LISTENER.ORA # for all Oracle7 and Oracle8 Client connections. # # Oracle 8i database instances register themselves with the listener # when started. Prior to this release, information about the instance # had to be manually configured in the LISTENER.ORA file. SID_LIST_LSNRDIA3 = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = DIA3.WORLD) (ORACLE_HOME = /opt/oracle/product/8.1.7) (SID_NAME = DIA3) ) )