返回顶部
首页 > 资讯 > 错误编码 >ORA-31675: worker process interrupt for unexpected death of master process ORACLE 报错 故障修复 远程处理
  • 111
分享到

ORA-31675: worker process interrupt for unexpected death of master process ORACLE 报错 故障修复 远程处理

报错故障worker 2023-11-05 03:11:58 111人浏览 独家记忆
摘要

文档解释 ORA-31675: worker process interrupt for unexpected death of master process Cause: A worker process was requested to

文档解释

ORA-31675: worker process interrupt for unexpected death of master process

Cause: A worker process was requested to clean up and exit (signaled by PMON, doing cleanup because the master process died unexpectedly).

Action: If this error occurs from a Data Pump client (e.g. expdp or impdp), it means that the master process for the operation died unexpectedly. Check the log file for the operaton and the trace file for the master process for any additional infORMation. Try the operation again. If the error occurs again, contact oracle Customer Support and report the error.

ORA-31675是Oracle数据库错误,发生在重建一个重要的组件时。一个重要的组件(例如,一个索引或者一个表)由多个进程完成,其中一个主要的进程发生意外的死亡,就会发出ORA-31675错误。

Oracle官方解释是:“工作进程被中断,因为主进程意外死亡。”

常见的情况就是主要的进程正在重建一个重要的组件的时候死亡,而且重建的时候已经产生了很多的子进程了。

一般处理方法及步骤

1.在检查主进程死亡原因之前,可以使用“alter system kill session”杀死子进程,以避免表被定,因为子进程会持续运行。

2.然后根据死亡原因,重新启动进程,继续重建表。

3.可以使用“ALTER TABLE table_name

MOVE TABLESPACE new_tablespace;”命令重新建立表,以恢复表状态。

4.如果存在索引,可以使用“ALTER INDEX index_name REBUILD;”重新建立索引。

常见案例

--结束END--

本文标题: ORA-31675: worker process interrupt for unexpected death of master process ORACLE 报错 故障修复 远程处理

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

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

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

  • 微信公众号

  • 商务合作