最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

ORA-12519错误的解决方案

来源:动视网 责编:小采 时间:2020-11-09 11:27:50
文档

ORA-12519错误的解决方案

ORA-12519错误的解决方案:OERR: ORA-12519 TNS:no appropriate service handler found,客户端连接间歇性失败,报错ORA-12519 OERR: ORA-12519 TNS:no appropriate service handler found 客户端连接间歇性失败,报错ORA-12519 Cause: the
推荐度:
导读ORA-12519错误的解决方案:OERR: ORA-12519 TNS:no appropriate service handler found,客户端连接间歇性失败,报错ORA-12519 OERR: ORA-12519 TNS:no appropriate service handler found 客户端连接间歇性失败,报错ORA-12519 Cause: the


OERR: ORA-12519 TNS:no appropriate service handler found,客户端连接间歇性失败,报错ORA-12519

OERR: ORA-12519 TNS:no appropriate service handler found

客户端连接间歇性失败,报错ORA-12519

Cause: the listener could not find any available service handlers that are
appropriate for the client connection.

Action: 检查lsnrctl service ,instance已经注册,状态显示ready时,可以连接。

When the listener believes the current number of connections has reached maximum load,
it may set the state of the service handler for an instance to "blocked" and begin refusing
incoming client connections with either of the following errors: ora-12519 or ora-12516

采用服务动态注册的方式,由PMON 通过SERVICE_UPDATE 来得到目前连接情况,但SERVICE_UPDATE 有时间间隔,
所以,listener显示的连接数和当前实际的连接数可能不同。

查询解决方法:

查看一下数据库现有的进程数,是否已经达到参数processes的大小。

1.select count(*) from v$process; 取得数据库目前的进程数。
2.select value from v$parameter where name = 'processes'; 取得进程数的上限。
3.如已达到上限,,修改initSID.ora中的processes的大小。
4.重新启动数据库到nomount状态下,执行create spfile from pfile; 并startup open。

查询数据库自启动以来最大的并发数量

select * from v$license

文档

ORA-12519错误的解决方案

ORA-12519错误的解决方案:OERR: ORA-12519 TNS:no appropriate service handler found,客户端连接间歇性失败,报错ORA-12519 OERR: ORA-12519 TNS:no appropriate service handler found 客户端连接间歇性失败,报错ORA-12519 Cause: the
推荐度:
标签: 数据 错误 解决
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top