zoukankan      html  css  js  c++  java
  • 【从翻译mos文章】在OGG (Oracle GoldenGate) 正在使用SCHEMATRANDATA如果,需要额外的db patch

    在OGG (Oracle GoldenGate) 正在使用SCHEMATRANDATA如果。需要额外的db patch

    参考原始:
    Patches needed to support SCHEMATRANDATA in OGG (Oracle GoldenGate) (Doc ID 1426440.1)

    适用于:
    Oracle GoldenGate - Version 11.1.1.1.1 and later
    Information in this document applies to any platform.


    症状1:
    DB Version is 11.2.0.2.0 and ADD SCHEMATRANDATA fails with following error:

    GGSCI (host) 13> DBLOGIN USERID ggat password abcd
    Successfully logged into database.

    GGSCI (host) 14> ADD SCHEMATRANDATA scott

    2012-02-17 15:11:42 ERROR OGG-01783 Cannot verify existence of table function that is required to enable schema level supplemental logging, failed to find function.

    症状2:
    DB Version is 11.2.0.3, using SCHEMATRANDATA. ADD SCHEMATRANDATA works fine.  Table has multiple unique indexes, no primary key. 
    Extract captures NULL for the unique index columns that aren't supposed to have NULL value.
    --抽取进程捕捉到 唯一索引列的NULL值。而这些唯一索引中没有null值。

    原因:
    为了让SCHEMATRANDATA 正常工作。 rdbms 须要相关的patch。

    解决方式:
    - bug 10271153 added support for ALLKEYS_ON specifically to support Golden Gate.
    - a code bug was identified on the change in 10271153 and was fixed in bug 10271153
    - fix in bug 10271153 was later enhanced and superseded by bug 13794550

    To use SCHEMATRANDATA, please  apply the fix in bug 13794550

  • 相关阅读:
    【机器学习】关于判别模型和生成模型
    Delphi新手跟我学写CALL,附完整原程序
    QT事件研究的文章
    杂烩:QWidget、QGraphics、QtQuick
    Golang全接触
    学会使用git
    代码创建 WPF 旋转动画
    值得推荐的C/C++框架和库 very good
    可恶的QT隐式共享
    Notes on OpenSSL and Qt(ssl.pri,qsslocket_openssl_symbols.cpp)
  • 原文地址:https://www.cnblogs.com/zfyouxi/p/5043373.html
Copyright © 2011-2022 走看看