ERROR OGG-02028 Failed to attach to logmining server ORA-26927

集成模式抽取进程异常abend.

ggserr.log日志提示如下

ERROR OGG-02028 Failed to attach to logmining server OGG$ABCD error 26927 - ORA-26927: altering an outbound server with a remote capture is not allowed

经查询Mos得知,该问题是logminer潜在错误,为进程释放PGA内存时出现问题,导致进程失败

Potential logminer bug.Problem when the PGA memory is being freed for the process resulting in the process failure.

官方给出了3中方法,我这里使用了第二种

复制代码
    
Copyright (c) 2021, Oracle. All rights reserved. Oracle Confidential.
Click to add to Favorites        IE abends with ERROR OGG-02028 Failed to attach to logmining server ORA-26927 (Doc ID 2127219.1)    To BottomTo Bottom    

In this Document
    Symptoms
    Changes
    Cause
    Solution
    References


Applies to:
Oracle GoldenGate - Version 11.2.1.0.3 to 11.2.1.0.39 [Release 11.2]
Information in this document applies to any platform.
Symptoms

 IE abends with ERROR OGG-02028 Failed to attach to logmining server OGG$ABCD error 26927 - ORA-26927: altering an outbound server with a remote capture is not allowed

 
Changes

 None
Cause

Potential logminer bug.Problem when the PGA memory is being freed for the process resulting in the process failure.
Solution

--  Solution #1 --

 

Double the MAX_SGA_SIZE parameter for the affected Extract and restart.
This is to see if the abend is related to memory.

TRANLOGOPTIONS INTEGRATEDPARAMS (MAX_SGA_SIZE 512, parallelism 2)

 

-- Solution #2 --

Un-register and register the extract again

ggsci> UNREGISTER EXTRACT <ext_name> DATABASE

ggsci> REGISTER EXTRACT <ext_name> DATABASE

ggsci> start <ext_name>

 

-- Solution #3 --

Downgrade to classic extract
复制代码

第二种亲测可用。

posted @   小年青。  阅读(1172)  评论(0编辑  收藏  举报
编辑推荐:
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
点击右上角即可分享
微信分享提示