What is listener ?? how to configure [message #367571] |
Tue, 27 October 1998 20:44 |
krishna
Messages: 141 Registered: October 1998
|
Senior Member |
|
|
Hi,
I just installed ORACLE 7.3.3 server on SGI IRIX m/c. I tried to run lsnrctl its say there is no listener.ora in var/opt/oracle/listerner.ora. then i created a file with some parameters that i found out on the web. but everything in vain.
what exact steps i need to take in order to work. in found out that in /etc/services i should include listener name, port and protocol. so what i mean by this is i don't know what other steps i need to take in order to work.
I welcome any comments or sugestions. Thanks for your help and time. please email me at keddak@netscape.net
here is my listener.ora file looks like
################
# Filename......: listener.ora
# Date..........: 24-MAY-94 13:23:20
################
LISTENER =
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL= IPC)
(KEY= TEST)
)
(ADDRESS=
(COMMUNITY= TCP.world) <---I KNOW<BR DIDN'T> (Host = 172.20.1.2) should i include
(PROTOCOL= TCP) here
(Port= 1521)
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = TEST)
)
|
|
|