返回顶部
首页 > 资讯 > 错误编码 >ORA-02847: Server did not terminate when posted ORACLE 报错 故障修复 远程处理
  • 875
分享到

ORA-02847: Server did not terminate when posted ORACLE 报错 故障修复 远程处理

报错故障Server 2023-11-05 00:11:57 875人浏览 独家记忆
摘要

文档解释 ORA-02847: Server did not terminate when posted Cause: A server did not respond to a posted request to shutdown. Th

文档解释

ORA-02847: Server did not terminate when posted

Cause: A server did not respond to a posted request to shutdown. The first number is the number of the server. The second is its UNIX process number. This is an internal problem.

Action: Contact oracle support.

ORA-2847错误代表服务器在提交时发生错误而未被终止。

官方解释

ORA-2847信息显示,服务器发生故障时未终止。 在这种情况下,Oracle数据库已脱机,并需要被手动终止。

常见案例

ORA-2847通常会在Oracle数据库实例对数据库文件的更改(例如恢复操作)时发生,如果出现某些故障,并导致实例进程未能正确终止,那么操作将失败,并出现ORA-2847错误。

正常处理方法及步骤

1. 定位服务器进程。使用”ps -ef | grep smon”查询Smon进程,The Smon进程则表明数据库实例存在,运行“ps -ef | grep pmon”查询Pmon进程,Pmon进程将指出所含数据库。

2. 根据PID号杀掉所有服务器进程(smon、pmon等)。

3. 以sysdba身份重新启动实例。

4. 修复异常的数据库文件,并重新恢复数据库(如有必要)。

--结束END--

本文标题: ORA-02847: Server did not terminate when posted ORACLE 报错 故障修复 远程处理

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

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

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

  • 微信公众号

  • 商务合作