# Akadia AG, Arvenweg 4, CH-3604 Thun listener.ora # -------------------------------------------------------------------------- # File: listener.ora # # Autor: Martin Zahn, 25.05.2002 # # Purpose: Configuration file for Net Listener Oracle 9.2.0 # # Location: $TNS_ADMIN # # Certified: Oracle 9.2.0 on Windows 2000 # -------------------------------------------------------------------------- # Sets the number of seconds that the listener waits to get a # valid database query after it has been started. # Default: 10 CONNECT_TIMEOUT_LSNR920 = 10 # Sets the directory for the listener's log file. LOG_DIRECTORY_LSNR920 = D:\Oracle\Product\9.2.0\Network\Log # Sets the name of the listener's log file. # The .log extension is added automatically. LOG_FILE_LSNR920 = listenerARK1.log # Sets the directory for the listener's trace file. TRACE_DIRECTORY_LSNR920 = D:\Oracle\Product\9.2.0\Network\Log # Sets the name of the listener's trace file. # The .trc extension is added automatically. TRACE_FILE_LSNR920 = listenerARK1.trc # Specifies desired tracing level. # Values: OFF/USER/ADMIN/SUPPORT/0-16 TRACE_LEVEL_LSNR920 = OFF # Tells the listener to contact an Onames server and register itself # and its services with Onames. USE_PLUG_AND_PLAY_LSNR920 = 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_LSNR920 = 0 LSNR920 = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = arkum)(PORT = 1521)) ) (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = ARK2)) ) ) # SID_LIST is no longer used for Oracle9i, but is still in LISTENER.ORA # for all Oracle7 and Oracle8 Client connections. # # Oracle 9i 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. # # Important: Do not set the GLOBAL_DBNAME parameter in the # SID_LIST_listener_name section of the listener.ora file. # A statically configured global database name disables # connect-time failover. # # For non connect-time failover # # SID_LIST_LSNR920 = # (SID_LIST = # (SID_DESC = # (GLOBAL_DBNAME = ARK2.WORLD) # (ORACLE_HOME = D:\Oracle\Product\9.2.0) # (SID_NAME = ARK1) # ) # ) # # For connect-time failover # SID_LIST_LSNR920 = (SID_LIST = (SID_DESC = (ORACLE_HOME = D:\Oracle\Product\9.2.0) (SID_NAME = ARK2) ) )