Cannot find lsnrctl file [message #64015] |
Mon, 06 December 2004 15:37 |
Raj
Messages: 411 Registered: November 1998
|
Senior Member |
|
|
Hi,
I am unable to connect to Oracle and get error ORA-12545: Connect failed because target host or object does not exist. Did a google on the error one of the notes pointed that I should check the status of Listener. I could'nt even find the file 'lsnrctl'. Is there any other way I can get rid of this error.
Please help,
Thanks,
Raj
|
|
|
Re: Cannot find lsnrctl file [message #64023 is a reply to message #64015] |
Tue, 07 December 2004 00:43 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
lsnrtctl should be available in $ORACLE_HOME/bin.
cmdprompt> lsnrctl status -- gives the status of default listener
cmdprompt> lsnrctl status listenerName -- gives status of named listener.
in case of windows just check with control panel/services.
|
|
|