zoukankan      html  css  js  c++  java
  • GoldenGate: Extract Abend with Detect Inconsistency in Pdata (文档 ID 1355067.1)

    APPLIES TO:

    Oracle GoldenGate - Version 10.4.0.0 and later
    Information in this document applies to any platform.

    SYMPTOMS

    • Oracle GoldenGate (OGG) extract abends with error
    ERROR OGG-01028 Detect inconsistency in pdata with pdata start at rba XXXX, seqno XXXX
    • Most likely Oracle RAC DB with log files on ASM with readahead enabled is in use
    • Using parameter TRANLOGOPTIONS _NOREADAHEAD ANY doesn't help

    CAUSE

    The issue happens under rare conditions when the extract reads the log where one log write buffer contains a single record that happens to completely fill up the block it occupies, and the log cursor is at EOF.
    This issue had been seen mostly on logs under ASM.

    SOLUTION

    Workaround:

    Restart the extract. The extract will get restarted without any issue and will continue processing the records.If needed you could have the Autorestart parameter for the extract in the manager.

    Solution:

    Apply an OGG build which contains the fix for bug 12629456 + 13072229

    The issue is fixed in OGG 11.2.1.0.0

    The fix is included in OGG 11.1.1.1.2

    The same issue was later reported in v11.1.1.1.5 via Bug 16865401. The issue happened here when the redo record size is greater than 65k.
    The issue is fixed in 12.1.x and it is backported to 11.2.1.0.7 & 11.1.1.1.5_09 version.

    Case 2

    ******

    OGG v12.1.x Classic extract abended with

    ERROR OGG-01028 Detect partial pdata at rba xxx without coinciding crash recovery marker record in log with seqno = xxxx.

    This is due to bug 18643085. 
    The issue is fixed in 12.1.2.1.0, and workaround is to use the parameter "tranlogoptions _skipincompletelogdata"

  • 相关阅读:
    Codeforces 每日一练 1213G+961E+1282B2
    AtCoder Beginner Contest 161题解
    Codeforces每日一练 495B+55C+1280C
    CF1062E 线段树/LCA
    Codeforces Round #697 (Div. 3) 题解
    Codeforces Round #511 (Div. 2) A~D题解
    Atcoder ABC 189 题解
    CF1093G 高维曼哈顿距离/线段树
    CF1117D Magic Gems 矩阵快速幂 DP
    CF1106E Lunar New Year and Red Envelopes DP
  • 原文地址:https://www.cnblogs.com/future2012lg/p/4939675.html
Copyright © 2011-2022 走看看