zoukankan      html  css  js  c++  java
  • OGG FAQ

    Q1:oracle_关于参数.ENABLE_GOLDENGATE_REPLICATION

    A:

     
    So, in order to use OGG, on Oracle 11.2.0.4, or Oracle 12.1.0.2+, you will need to issue the following command through SQL*Plus. 
     
    ALTER SYSTEM SET ENABLE_GOLDENGATE_REPLICATION = TRUE SCOPE=BOTH;
     
    This only needs to be done once, and in a RAC environment, will take effect on all instances.   It can be done without bouncing the database instance, and you’ll want to use SCOPE=BOTH or update the init.ora file to ensure that when the database is bounced, the setting remains in effect. 
     
     
     Q2:

    WARNING OGG-01194  EXTRACT task LOAD2 abended : There is no trail to reposition to when doing direct load task

    a: The cause was that the GoldenGate user did not have the privileges needed to insert rows into the target database.

    It was solved by grant the insert any privilege: grant insert any table to ggs_owner;

     
  • 相关阅读:
    C语言学习第八章
    C语言学习第七章
    C语言学习第六章
    C语言学习第五章
    ssh的bug
    Oracel 用户管理
    初识Kettle
    IDEA使用MAVEN时自动创建骨架卡的设置
    2017/6/12 JSON
    DDL,DML,DQL
  • 原文地址:https://www.cnblogs.com/feiyun8616/p/6018184.html
Copyright © 2011-2022 走看看