# Akadia AG, Arvenweg 4, CH-3604 Thun listener.ora # -------------------------------------------------------------------------- # File: listener.ora # # Autor: Martin Zahn / 10.07.2000 # # Purpose: Configuration file for Net8 Listener Oracle 8.1.6 # # Location: $TNS_ADMIN # # Certified: Oracle 8.1.6 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_LSNRDIA2 = 10 # Sets the directory for the listener's log file. LOG_DIRECTORY_LSNRDIA2 = /export/home/oracle/config/8.1.6 # Sets the name of the listener's log file. # The .log extension is added automatically. LOG_FILE_LSNRDIA2 = listenerDIA2.log # Sets the directory for the listener's trace file. TRACE_DIRECTORY_LSNRDIA2 = /export/home/oracle/config/8.1.6 # Sets the name of the listener's trace file. # The .trc extension is added automatically. TRACE_FILE_LSNRDIA2 = listenerDIA2.trc # Specifies desired tracing level. # Values: OFF/USER/ADMIN/SUPPORT/0-16 TRACE_LEVEL_LSNRDIA2 = OFF # Tells the listener to contact an Onames server and register itself # and its services with Onames. USE_PLUG_AND_PLAY_LSNRDIA2 = 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_LSNRDIA2 = 0 LSNRDIA2 = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = diamond)(PORT = 1522)) ) (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = DIA2)) ) ) # 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_LSNRDIA2 = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = DIA2.WORLD) (ORACLE_HOME = /opt/oracle/product/8.1.6) (SID_NAME = DIA2) (PRESPAWN_MAX = 2) (PRESPAWN_LIST = (PRESPAWN_DESC = (PROTOCOL = TCP) (POOL_SIZE = 1) (TIMEOUT = 10) ) ) ) )