`
ymanyang
  • 浏览: 4805 次
  • 性别: Icon_minigender_1
  • 来自: 成都
最近访客 更多访客>>
社区版块
存档分类
最新评论

TNS:no appropriate service handler found

阅读更多

Error Message:

Caused by: java.sql.SQLException: Listener refused the connection with the following error:

ORA-12519, TNS:no appropriate service handler found

The Connection descriptor used by the client was:

localhost:1521:xe

 

Cause:

This error is generally caused by the value of allowed processes or sessiones is too small. 

Solution:

Excecute the following command in SQLPLUS to change the parameters of Oracle then restart the oracle service.

alter system set processes=500 scope=spfile sid='*';
alter system set sessions=555 scope=spfile sid='*';
alter system set transactions=610 scope=spfile sid='*';
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics