我的编程空间,编程开发者的网络收藏夹
学习永远不晚

ORA-26686: cannot capture from specified SCN ORACLE 报错 故障修复 远程处理

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

ORA-26686: cannot capture from specified SCN ORACLE 报错 故障修复 远程处理

文档解释

ORA-26686: cannot capture from specified SCN

Cause: An attempt was made to specify an invalid SCN.

Action: Retry with a valid SCN.

ORA-26686表示无法从指定的SCN(系统更改号)中捕获数据。

官方解释

ORA-26686:不能从指定的SCN中捕获数据

诊断:

无法从指定的SCN(系统更改号)中捕获数据。起始SCN可能早于队列的当前SCN。

原因:

无法从指定的SCN(系统更改号)中捕获数据。起始SCN可能早于队列的当前SCN。

常见案例

ORA-26686 消息可在Oracle GoldenGate Capture和/或Oracle Data Guard环境中显示以下两种情况:

• 该错误可能是由于确定复制会话启动点时,指定的“起始”或“重点”SCN 小于 当前队列SCN。

• 错误可能是由于用户检索了设备中实例的scn,而它不足以控制在拉丝机进程(puller)之前。也就是说该SCN有时被认为是太早或太老,以致无法从拉丝机进程中捕获。

一般处理方法及步骤

一旦此错误发生,您的系统可能无法开始复制,并且需要采取以下步骤以纠正错误:

1. 检查指定的起始SCN是否小于当前队列SCN,以确认此错误的真实原因。

2. 若要使这种情况发生,请使用“alter system setdg_broker_start_time =” 命令更改启动点,其中“dg_broker_start_time”的值是复制的启动时间。请参阅文档ID 150073.1以获取有关alter system命令的详细信息。

3. 使用DGMGRL命令stop应用配置,再重新创建配置。在更改系统参数后,尝试重新启动配置。

4. 请参阅文档ID 1053805.1以获得有关事务复制中[ORA-26686]错误的详细信息。

最后,如果以上步骤仍未解决您的问题,请与Oracle Support服务团队联系以获取更多信息。

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

ORA-26686: cannot capture from specified SCN ORACLE 报错 故障修复 远程处理

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

下载Word文档

猜你喜欢

ORA-26686: cannot capture from specified SCN ORACLE 报错 故障修复 远程处理

文档解释ORA-26686: cannot capture from specified SCNCause: An attempt was made to specify an invalid SCN.Action: Retry with
ORA-26686: cannot capture from specified SCN ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-26706: cannot downgrade capture process ORACLE 报错 故障修复 远程处理

文档解释ORA-26706: cannot downgrade capture processCause: An attempt was made to downgrade a capture process that has a
ORA-26706: cannot downgrade capture process ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-01281: SCN range specified is invalid ORACLE 报错 故障修复 远程处理

文档解释ORA-01281: SCN range specified is invalidCause: StartSCN may be greater than EndSCN, or the SCN specified may be
ORA-01281: SCN range specified is invalid ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-01370: Specified restart SCN is too old ORACLE 报错 故障修复 远程处理

文档解释ORA-01370: Specified restart SCN is too oldCause: specified restart scn is too old, logmnr could not find a proper
ORA-01370: Specified restart SCN is too old ORACLE 报错 故障修复 远程处理
2023-11-04

ORA-26818: string capture process string receives an error from capture server. ORACLE 报错 故障修复 远程处理

文档解释ORA-26818: string capture process string receives an error from capture server.Cause: Capture server received an
ORA-26818: string capture process string receives an error from capture server. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-23645: Cannot switch to checkpoints (Capture string) ORACLE 报错 故障修复 远程处理

文档解释ORA-23645: Cannot switch to checkpoints (Capture string)Cause: Switch to checkpoints was prevented by a previous
ORA-23645: Cannot switch to checkpoints (Capture string) ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-26675: cannot create string capture process string ORACLE 报错 故障修复 远程处理

文档解释ORA-26675: cannot create string capture process stringCause: GoldenGate, XStream or Streams capture process could
ORA-26675: cannot create string capture process string ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-19706: invalid SCN ORACLE 报错 故障修复 远程处理

文档解释ORA-19706: invalid SCNCause: The input SCN is either not a positive integer or too large.Action: Check the input
ORA-19706: invalid SCN ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-08238: smsfre: cannot detach from SGA ORACLE 报错 故障修复 远程处理

文档解释ORA-08238: smsfre: cannot detach from SGACause: The n_core system call failed while detaching from the SGA.Action:
ORA-08238: smsfre: cannot detach from SGA ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-08232: smsdes: cannot detach from SGA ORACLE 报错 故障修复 远程处理

文档解释ORA-08232: smsdes: cannot detach from SGACause: Probably, the listener process has died.Action: Contact your
ORA-08232: smsdes: cannot detach from SGA ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-10917: TABLESPACE GROUP cannot be specified ORACLE 报错 故障修复 远程处理

文档解释ORA-10917: TABLESPACE GROUP cannot be specifiedCause: The tablespace name specified in the command is actually the
ORA-10917: TABLESPACE GROUP cannot be specified ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-24774: cannot switch to specified transaction ORACLE 报错 故障修复 远程处理

文档解释ORA-24774: cannot switch to specified transactionCause: The transaction specified in the call refers to a
ORA-24774: cannot switch to specified transaction ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-15502: cannot stop workload capture on instance string ORACLE 报错 故障修复 远程处理

文档解释ORA-15502: cannot stop workload capture on instance stringCause: Given instance encountered unexpected errors while
ORA-15502: cannot stop workload capture on instance string ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-16759: cannot start SQL Apply with initial SCN ORACLE 报错 故障修复 远程处理

文档解释ORA-16759: cannot start SQL Apply with initial SCNCause: The Data Guard broker failed to start SQL Apply with an
ORA-16759: cannot start SQL Apply with initial SCN ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-26064: Invalid SCN specified – Wrap: string Base: string. ORACLE 报错 故障修复 远程处理

文档解释ORA-26064: Invalid SCN specified - Wrap: string Base: string.Cause: User specified an invalid SCN.Action: Specify a
ORA-26064: Invalid SCN specified – Wrap: string Base: string. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-06259: NETNTT: cannot read from remote process ORACLE 报错 故障修复 远程处理

文档解释ORA-06259: NETNTT: cannot read from remote processCause: An error occurred while reading the NTT communications
ORA-06259: NETNTT: cannot read from remote process ORACLE 报错 故障修复 远程处理
2023-11-04

ORA-39267: Cannot remove default from table column. ORACLE 报错 故障修复 远程处理

文档解释ORA-39267: Cannot remove default from table column.Cause: DBMS_METADATA_DIFF was comparing two table columns, one
ORA-39267: Cannot remove default from table column. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-23476: cannot import from string to string ORACLE 报错 故障修复 远程处理

文档解释ORA-23476: cannot import from string to stringCause: This object was imported from a database with a different
ORA-23476: cannot import from string to string ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-08208: ora_addr: cannot read from address file ORACLE 报错 故障修复 远程处理

文档解释ORA-08208: ora_addr: cannot read from address fileCause: The address file could not be read.Action: Check that the
ORA-08208: ora_addr: cannot read from address file ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-00311: cannot read header from archived log ORACLE 报错 故障修复 远程处理

文档解释ORA-00311: cannot read header from archived logCause: An I/O error occurred when attempting to read the log file
ORA-00311: cannot read header from archived log ORACLE 报错 故障修复 远程处理
2023-11-05

编程热搜

  • Python 学习之路 - Python
    一、安装Python34Windows在Python官网(https://www.python.org/downloads/)下载安装包并安装。Python的默认安装路径是:C:\Python34配置环境变量:【右键计算机】--》【属性】-
    Python 学习之路 - Python
  • chatgpt的中文全称是什么
    chatgpt的中文全称是生成型预训练变换模型。ChatGPT是什么ChatGPT是美国人工智能研究实验室OpenAI开发的一种全新聊天机器人模型,它能够通过学习和理解人类的语言来进行对话,还能根据聊天的上下文进行互动,并协助人类完成一系列
    chatgpt的中文全称是什么
  • C/C++中extern函数使用详解
  • C/C++可变参数的使用
    可变参数的使用方法远远不止以下几种,不过在C,C++中使用可变参数时要小心,在使用printf()等函数时传入的参数个数一定不能比前面的格式化字符串中的’%’符号个数少,否则会产生访问越界,运气不好的话还会导致程序崩溃
    C/C++可变参数的使用
  • css样式文件该放在哪里
  • php中数组下标必须是连续的吗
  • Python 3 教程
    Python 3 教程 Python 的 3.0 版本,常被称为 Python 3000,或简称 Py3k。相对于 Python 的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0 在设计的时候没有考虑向下兼容。 Python
    Python 3 教程
  • Python pip包管理
    一、前言    在Python中, 安装第三方模块是通过 setuptools 这个工具完成的。 Python有两个封装了 setuptools的包管理工具: easy_install  和  pip , 目前官方推荐使用 pip。    
    Python pip包管理
  • ubuntu如何重新编译内核
  • 改善Java代码之慎用java动态编译

目录