# Akadia AG, Arvenweg 4, CH-3604 Thun listener.ora # -------------------------------------------------------------------------- # File: listener.ora # # Autor: Martin Zahn Akadia AG 03.01.2001 # # Purpose: Configuration file for Net8 Listener Oracle 8.1.7 # # Location: $TNS_ADMIN # # Certified: Oracle 8.1.7 on RedHat Linux 6.2 # -------------------------------------------------------------------------- # Sets the number of seconds that the listener waits to get a # valid database query after it has been started. # Default: 10 CONNECT_TIMEOUT_LSNRRAB1 = 10 # Sets the directory for the listener's log file. LOG_DIRECTORY_LSNRRAB1 = /home/oracle/config/8.1.7 # Sets the name of the listener's log file. # The .log extension is added automatically. LOG_FILE_LSNRRAB1 = listenerRAB1.log # Sets the directory for the listener's trace file. TRACE_DIRECTORY_LSNRRAB1 = /home/oracle/config/8.1.7 # Sets the name of the listener's trace file. # The .trc extension is added automatically. TRACE_FILE_LSNRRAB1 = listenerRAB1.trc # Specifies desired tracing level. # Values: OFF/USER/ADMIN/SUPPORT/0-16 TRACE_LEVEL_LSNRRAB1 = OFF # Tells the listener to contact an Onames server and register itself # and its services with Onames. USE_PLUG_AND_PLAY_LSNRRAB1 = 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_LSNRRAB1 = 0 LSNRRAB1 = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = rabbit)(PORT = 1521)) ) (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = RAB1)) ) ) # 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_LSNRRAB1 = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = RAB1.WORLD) (ORACLE_HOME = /opt/oracle/product/8.1.7) (SID_NAME = RAB1) ) )