返回顶部
首页 > 资讯 > 错误编码 >ORA-01358: LogMiner version is less than mined dictionary version ORACLE 报错 故障修复 远程处理
  • 779
分享到

ORA-01358: LogMiner version is less than mined dictionary version ORACLE 报错 故障修复 远程处理

报错故障LogMiner 2023-11-05 18:11:36 779人浏览 独家记忆
摘要

文档解释 ORA-01358: LogMiner version is less than mined dictionary version Cause: An attempt was made to mine a LogMiner dic

文档解释

ORA-01358: LogMiner version is less than mined dictionary version

Cause: An attempt was made to mine a LogMiner dictionary from redo logs. The version of the oracle database that created the logs was higher than the Oracle database version that attempted to mine the logs.

Action: Mine the logs using a newer version of the Oracle database having a version number that is equal to or greater than the dictionary version.

ORA-01358 : LogMiner 版本低于已挖掘字典版本

官方解释

ORA-01358: LogMiner 版本低于已挖掘字典版本。

这是 LogMiner 字典版本不匹配的报错信息。

常见案例

这个错误是发生在尝试使用 LogMiner 分析日志文件时出现的,在数据库中创建 LogMiner 字典后,系统会自动根据LogMiner参数进行检查字典的版本并在识别现有的日志文件时报错。

正常处理方法及步骤

1.使用 DBMS_LOGMNR_D.STORE_DICTIONARY_VERSION_XLARGE 储存字典, 确保 RBT_DICTIONARY_VERSION 的值包含字典版本(v$logmnr_dictionary.version)。

2.删除当前字典,重新用 DBMS_LOGMNR.START_LOGMNR 创建新的字典。

3.再次使用 DBMS_LOGMNR.START_LOGMNR 开始 LogMiner 会话,再查看日志条目。

--结束END--

本文标题: ORA-01358: LogMiner version is less than mined dictionary version ORACLE 报错 故障修复 远程处理

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

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

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

  • 微信公众号

  • 商务合作