# Akadia AG, Martin Zahn # -------------------------------------------------------------------------- # # File: listener.ora # # Autor: Martin Zahn / 15.10.1998 # # Purpose: Configuration file for SQL*Net Listener # # Location: $TNS_ADMIN # # Last Update: # # Certified: Oracle V8.0.5 on RedHat Linux 5.1 # -------------------------------------------------------------------------- CONNECT_TIMEOUT_LSNRRAB1 = 60 LOG_DIRECTORY_LSNRRAB1 = /oracle/product/8.0.5/sqlnet LOG_FILE_LSNRRAB1 = listener.log SQLNET.AUTHENTICATION_SERVICES = (NONE) STARTUP_WAIT_TIME_LSNRRAB1 = 0 TRACE_DIRECTORY_LSNRRAB1 = /oracle/product/8.0.5/sqlnet TRACE_FILE_LSNRRAB1 = listener.trc TRACE_LEVEL_LSNRRAB1 = ADMIN USE_CKPFILE_LSNRRAB1 = OFF USE_DEDICATED_SERVER = ON USE_PLUG_AND_PLAY_LSNRRAB1 = OFF LSNRRAB1 = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = TCP.world) (PROTOCOL = TCP) (Host = rabbit) (Port = 1521) (QUEUESIZE = 128) ) ) SID_LIST_LSNRRAB1 = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = RAB1.world) (SID_NAME = RAB1) (ORACLE_HOME = /oracle/product/8.0.5) (PRESPAWN_MAX = 32) ) ) CONNECT_TIMEOUT_LSNRRAB2 = 60 LOG_DIRECTORY_LSNRRAB2 = /oracle/product/8.0.5/sqlnet LOG_FILE_LSNRRAB2 = listener.log SQLNET.AUTHENTICATION_SERVICES = (NONE) STARTUP_WAIT_TIME_LSNRRAB2 = 0 TRACE_DIRECTORY_LSNRRAB2 = /oracle/product/8.0.5/sqlnet TRACE_FILE_LSNRRAB2 = listener.trc TRACE_LEVEL_LSNRRAB2 = ADMIN USE_CKPFILE_LSNRRAB2 = OFF USE_DEDICATED_SERVER = ON USE_PLUG_AND_PLAY_LSNRRAB2 = OFF LSNRRAB2 = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = TCP.world) (PROTOCOL = TCP) (Host = rabbit) (Port = 1526) (QUEUESIZE = 128) ) ) SID_LIST_LSNRRAB2 = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = RAB2.world) (SID_NAME = RAB2) (ORACLE_HOME = /oracle/product/8.0.5) (PRESPAWN_MAX = 32) ) ) CONNECT_TIMEOUT_LSNRRAB3 = 60 LOG_DIRECTORY_LSNRRAB3 = /oracle/product/8.0.5/sqlnet LOG_FILE_LSNRRAB3 = listener.log SQLNET.AUTHENTICATION_SERVICES = (NONE) STARTUP_WAIT_TIME_LSNRRAB3 = 0 TRACE_DIRECTORY_LSNRRAB3 = /oracle/product/8.0.5/sqlnet TRACE_FILE_LSNRRAB3 = listener.trc TRACE_LEVEL_LSNRRAB3 = ADMIN USE_CKPFILE_LSNRRAB3 = OFF USE_DEDICATED_SERVER = ON USE_PLUG_AND_PLAY_LSNRRAB3 = OFF LSNRRAB3 = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = TCP.world) (PROTOCOL = TCP) (Host = rabbit) (Port = 1532) ) ) SID_LIST_LSNRRAB3 = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = RAB3.world) (SID_NAME = extproc) (ORACLE_HOME = /oracle/product/8.0.5) (PROGRAM = /oracle/product/8.0.5/bin/extproc) ) )