Oracle listener not running and won't start

后端 未结 14 1180
野趣味
野趣味 2021-02-01 05:31

I am getting the following errors while from the lsnrctl status command:

C:\\Users\\pna105>lsnrctl stat

 LSNRCTL for 64-bit Windows: Version 11.         


        
相关标签:
14条回答
  • 2021-02-01 06:34

    In my case the listener service would not start because it was set to listen to a VPN connection as well to other serveral interfaces.

    Once I connected to the VPN, it just started.

    However, @Imre's trick with "lsnrctl start" put me to the right track.

    0 讨论(0)
  • 2021-02-01 06:36

    I had the same problem on 11.201 on Windows. After: additional install 11.203 64bit server and client in new folders. PATH environment variable was changed right after install. Error in listener appeared after listener service restart. In my case there was a night time and number of windows updates, so windows server restart helped us. Also I cleaned listener.log file according to http://pavandba.com/tag/tns-12560-tns-protocol-adapter-error/, it was surprisingly big.

    0 讨论(0)
提交回复
热议问题