简体   繁体   English

状态:失败-测试失败:监听器拒绝连接并出现以下错误:ORA-12519,TNS:找不到合适的服务处理程序

[英]Status : Failure - Test failed: Listener refused the connection with the following error: ORA-12519, TNS:no appropriate service handler found

I have got the problem with my Oracle Database Server that give me an error message Status : Failure - Test failed: Listener refused the connection with the following error: ORA-12519, TNS:no appropriate service handler found . 我的Oracle数据库服务器出现问题,给我一条错误消息状态:失败-测试失败:侦听器拒绝连接并出现以下错误:ORA-12519,TNS:找不到合适的服务处理程序 I am a newbie at using Oracle Database Server. 我是使用Oracle数据库服务器的新手。 I just found the way how to fix that problem using these code; 我刚刚找到了使用这些代码解决该问题的方法。

SELECT * FROM v$resource_limit WHERE resource_name IN ('processes','sessions');
ALTER system SET processes=300 scope=spfile;

When I tried it, I got this Query Result 当我尝试它时,我得到了这个查询结果 在此处输入图片说明

But when I tried to increase the number of processes/sessions, it did not help me so much. 但是,当我尝试增加进程/会话数时,并没有太大帮助。 Does anyone here could help me to fix this problem. 请问有人在这里可以帮助我解决此问题。 Thank you in advance 先感谢您

您必须在ALTER system SET processes=300 scope=spfile;之后重新启动Oracle RDBMS ALTER system SET processes=300 scope=spfile;

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 侦听器拒绝连接并出现以下错误:ORA-12514,TNS:listener当前不知道连接描述符中请求的服务 - Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor ORA-12505: 侦听器拒绝连接并出现以下错误 -- SQL - ORA-12505: Listener refused the connection with the following error -- SQL Developer ORA-12528: TNS 侦听器: 所有适当的实例都在阻止新连接。 实例“CLRExtProc”,状态未知 - ORA-12528: TNS Listener: all appropriate instances are blocking new connections. Instance "CLRExtProc", status UNKNOWN junit + spring-侦听器拒绝连接,并出现以下错误 - junit + spring - Listener refused the connection with the following error ORA-12514:TNS:侦听器不知道服务(该服务正在运行并由lsnrctl列出) - ORA-12514: TNS:listener does not know of service (The service is running and listed by lsnrctl) TNS侦听器错误 - TNS Listener error 如何在python数据库连接中处理“ORA-12504: TNS:listener is not given the SERVICE_NAME in CONNECT_DATA” - how to handle "ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA" in python database connectivity 失败 - 测试失败:网络适配器无法建立连接 - failure - test failed: the network adapter could not establish the connection 抖动位-“ ORA-12504,TNS:监听器未在CONNECT_DATA中获得SID” - Jitterbit - “ORA-12504, TNS:listener was not given the SID in CONNECT_DATA” VM导出和导入。 ORA-12505,TNS:侦听器当前不知道连接描述符中给出的SID - VM exported and imported . ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM