Listener problem [message #177101] |
Tue, 13 June 2006 01:32  |
viv_pol
Messages: 14 Registered: June 2006 Location: INDIa
|
Junior Member |
|
|
hi...
i've installed oracle 9i on Linux Application server.
when start lsnrctl service on linux server, following error occurs:
LSNRCTL> start
Starting /usr/opt/ora9/product/9.1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 9.0.1.0.0 - Production
System parameter file is /usr/opt/ora9/product/9.1/network/admin/listener.ora
Log messages written to /usr/opt/ora9/product/9.1/network/log/listener.log
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
TNS-12542: TNS:address already in use
TNS-12560: TNS:protocol adapter error
TNS-00512: Address already in use
Linux Error: 98: Address already in use
Listener failed to start. See the error message(s) above...
Please help me out
|
|
|
|
|
|
|
|
|
|
Re: Listener problem [message #177133 is a reply to message #177101] |
Tue, 13 June 2006 03:52   |
viv_pol
Messages: 14 Registered: June 2006 Location: INDIa
|
Junior Member |
|
|
sir, i've changed portnumber to 1522 in listener.ora
since i donot have installed client of oracle, i've changed tnsnames.ora at server side with port number to 1522
but it's again showing same error message(port already in use) when i try to start lsnrctl service
[Updated on: Tue, 13 June 2006 03:55] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Listener problem [message #177207 is a reply to message #177199] |
Tue, 13 June 2006 07:30  |
orausern
Messages: 826 Registered: December 2005
|
Senior Member |
|
|
to add another listener:
on linux server, go to <oracle_home>/bin directory and type
#./netca
this will bring up net config. assistant. (assuming that graphical environment is set up )
then choose the tab "Listener Configuration" , then "add" then listener_a (or other such name) , then protocol "tcp" then port number (give 1523 or 1524 ) and click finish..
save the changes and then
try to start the listener by going to lsnrctl and start listener_a and post the output..
|
|
|