listener refused the connection with the ORA-12505错误解决方案--Oracle侦听服务解决终级办法

出现listener refused the connection with the ORA-12505错误,解决方案:


1.首先重启一下电脑,释放被占用的1521端口


2.重启后打开Oracle Develpoer


3.然后运行cmd,打开命令提示符,输入命令lsnrctl先运行stop,然后再start


4.打开资源管理器,运行C:\oraclexe\app\oracle\product\10.2.0\server\BIN\tnslsnr.exe


5.OracleServiceXE和OracleXETNSListener这两个服务必须打开。(运行→services.msc)




HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OracleXETNSListener
ImagePath键值:C:\oraclexe\app\oracle\product\10.2.0\server\BIN\tnslsnr.exe

你可能感兴趣的:(listener refused the connection with the ORA-12505错误解决方案--Oracle侦听服务解决终级办法)