# Akadia AG, Arvenweg 4, CH-3604 Thun listener.ora # -------------------------------------------------------------------------- # File: listener.ora # # Autor: Martin Zahn Akadia AG 03.05.2004 # # Purpose: Configuration file for Oracle Listener # # Location: $TNS_ADMIN # # Certified: Oracle 10.1.0.2 on Gentoo Linux 2004.0 # -------------------------------------------------------------------------- # Sets the number of seconds that the listener waits to get a # valid database query after it has been started. # Default: 10 CONNECT_TIMEOUT_LSNRAKI1 = 10 # Sets the directory for the listener's log file. LOG_DIRECTORY_LSNRAKI1 = /home/oracle/config/10.1.0 # Sets the name of the listener's log file. # The .log extension is added automatically. LOG_FILE_LSNRAKI1 = listenerAKI1.log # Sets the directory for the listener's trace file. TRACE_DIRECTORY_LSNRAKI1 = /home/oracle/config/10.1.0 # Sets the name of the listener's trace file. # The .trc extension is added automatically. TRACE_FILE_LSNRAKI1 = listenerAKI1.trc # Specifies desired tracing level. # Values: OFF/USER/ADMIN/SUPPORT/0-16 TRACE_LEVEL_LSNRAKI1 = OFF # Tells the listener to contact an Onames server and register itself # and its services with Onames. USE_PLUG_AND_PLAY_LSNRAKI1 = 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_LSNRAKI1 = 0 LSNRAKI1 = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = akira)(PORT = 1521)) ) (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = AKI1)) ) ) SID_LIST_LSNRAKI1 = (SID_LIST = (SID_DESC = (ORACLE_HOME = /opt/oracle/product/10.1.0) (SID_NAME = AKI1) ) )