iis服务器助手广告
返回顶部
首页 > 资讯 > 错误编码 >ORA-12528: TNS:listener: all appropriate instances are blocking new connections ORACLE 报错 故障修复 远程处理
  • 455
分享到

ORA-12528: TNS:listener: all appropriate instances are blocking new connections ORACLE 报错 故障修复 远程处理

报错故障TNS 2023-11-05 03:11:19 455人浏览 薄情痞子
摘要

文档解释 ORA-12528: TNS:listener: all appropriate instances are blocking new connections Cause: All instances supporting the

文档解释

ORA-12528: TNS:listener: all appropriate instances are blocking new connections

Cause: All instances supporting the service requested by the client reported that they were blocking the new connections. This condition may be temporary, such as at instance startup.

Action: Attempt the connection again. If error persists, then contact the administrator to check the status of the instances.

ORA-12528: TNS:listener: all appropriate instances are blocking new connections 错误提示所有合适的实例正在阻止新的连接,通常情况该错误反映了当前或即将被用于建立连接的实例已被用来关联的数据库因某种原因而被住,包括但不限于超时,实例宕机,及实例资源用尽等

官方解释

oracle 数据库实例即将用于建立连接时,锁定这个实例会导致错误ORA-12528。

常见案例

1. 数据库实例由于超时而被锁定;

2. 数据库实例由于宕机而被锁定;

3. 数据库实例的实例资源耗尽而被锁定;

4. 数据库实例由于连接数超过限制而被锁定;

5. 数据库实例由于操作系统资源耗尽而被锁定。

正常处理方法及步骤

1. 确保当前被锁定的实例是你正在连接使用的实例。如果不是,则定位实例是否在运行;

2. 检查TNSNAMES.ORA配置文件中的服务名和实例名是否正确;

3. 尝试使用sql*Plus以SYSDBA身份登录数据库实例。如果出现ORA-01034,则可以尝试启动实例;

4. 执行alter system kill session语句以删除这些锁定的会话;

5. 确定数据库连接的用户是否已经超出了最大连接限制;

6. 重新启动数据库,排除所有孤立的会话;

7. 检查是否有应用程序攻击或恶意访问数据库导致实例超时;

8. 同步操作系统和服务器时间,以免登录连接超时;

9. 确认可以使用SQL*Plus连接数据库;

10. 检查数据库服务监听器是否正确配置;

11. 检查服务器或网络上是否存在故障;

12. 确定数据库实例是否正确配置并正常运行;

13. 如果一切正常,可以尝试重新启动连接监听器。

--结束END--

本文标题: ORA-12528: TNS:listener: all appropriate instances are blocking new connections ORACLE 报错 故障修复 远程处理

本文链接: https://www.lsjlt.com/news/531500.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作