返回顶部
首页 > 资讯 > 错误编码 >ORA-19899: missing incarnation information ORACLE 报错 故障修复 远程处理
  • 355
分享到

ORA-19899: missing incarnation information ORACLE 报错 故障修复 远程处理

报错故障missing 2023-11-05 00:11:03 355人浏览 泡泡鱼
摘要

文档解释 ORA-19899: missing incarnation infORMation Cause: Media recovery stopped because information of one or more ancesto

文档解释

ORA-19899: missing incarnation infORMation

Cause: Media recovery stopped because information of one or more ancestor incarnations of recovery target incarnation was not available.

Action: ReGISter logs from the missing incarnations and retry recovery.

ORA-19899:missing incarnation information 表示缺少incarnation信息。

这个错误通常是由于使用ALTER DATABASE OPEN RESETLOGS将数据库从一个实例移植到另外一个实例时出现。在移植之前不会有这个问题,但是移植到新实例后就会产生这个错误,表示没有保存新实例的incarnation信息(incarnation是一个数据库的实例的信息)。

官方解释

ORA-19899: missing incarnation information

Cause: This error is usually generated when an ALTER DATABASE OPEN RESETLOGS command is used to migrate the database from one instance to another. The error is generated because the new instance’s incarnation information (information about the instance of the database) is not preserved.

Action: Ensure that the new instance’s incarnation information is properly captured and stored. This will enable you to properly access the data in the migrated database.

常见案例

ORA-19899通常是在把数据库从一个实例移植到另一个实例时出现的。

一般处理方法及步骤

1. 确保新实例的incarnation信息正确捕获和存储。

2. 使用ALTER DATABASE OPEN RESETLOGS将数据移植到新实例,注意新实例的incarnation信息也能被正确地恢复。

3. 重新建立必要的表空间和其他依赖,以迁移数据库。

4. 将正确的incarnation信息恢复到你的数据库中,以确保正常访问数据库。

--结束END--

本文标题: ORA-19899: missing incarnation information ORACLE 报错 故障修复 远程处理

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

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

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

  • 微信公众号

  • 商务合作