Oracle listener not running and won't start

后端 未结 14 1208
野趣味
野趣味 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-01 06:17

    Problem

    The listener service is stopped in services.msc.

    Cause

    User password was changed.

    Solution

    • Open services.msc.
    • Right-click the specific listener service.
    • Click Properties.
    • Click the Logon tab.
    • Change the password.
    • Click OK.
    • Start the service.

提交回复
热议问题