Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQLNET listener.ora syntax error

Re: SQLNET listener.ora syntax error

From: Devinder Pal Singh <Devinder_Pal.Singh_at_pharma.novartis.com>
Date: Fri, 09 Apr 1999 13:19:58 -0400
Message-ID: <370E36BE.632215B0@pharma.novartis.com>


you are missing one closing bracket for the ADDRESS_LIST. I shoul de like.

> LISTENER_RAPID =
> (ADDRESS_LIST =
> (ADDRESS =
> (PROTOCOL = tcp)
> (HOST = rapid)
> (PORT = 1521)
> )
> ) <-----------------add a bracket here
> STARTUP_WAIT_TIME_LISTENER_RAPID = 0
> CONNECT_TIMEOUT_LISTENER_RAPID = 10
> SID_LIST_LISTENER_RAPID =
> (SID_LIST =
> (SID_DESC =
> (SID_NAME = edmdb)
> (ORACLE_HOME = /oracle/oracle/product/7.2.2.3)
> )
> )
> TRACE_LEVEL_LISTENER_RAPID = OFF
> TRACE_FILE_LISTENER_RAPID = edmdb_listener.trc
> TRACE_DIRECTORY_LISTENER_RAPID = /oracle/oracle/product/7.2.2.3/network/log
> LOG_DIRECTORY_LISTENER_RAPID = /oracle/oracle/product/7.2.2.3/network/log
> LOG_FILE_LISTENER_RAPID = rapid_listener.log
>
> Any Help would be greatly appreciated
Received on Fri Apr 09 1999 - 12:19:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US