zoukankan      html  css  js  c++  java
  • REPLICAT RORA_1保持 ABENDED状态,无法启动问题处理

    REPLICAT  RORA_1保持 ABENDED状态,无法启动问题



    环境:

    Item

    Source System

    Target System

    Platform

    Red Hat Enterprise

    Linux Server release 5.4

    Red Hat Enterprise

    Linux Server release 5.4

    Hostname

    gc1

    gc2

    Database

    Oracle 10.2.0.1

    Oracle 11.2.0.1

    Character Set

    ZHS16GBK

    ZHS16GBK

    ORACLE_SID

    PROD

    EMREP

    Listener Name/Port

    LISTENER/1521

    LISTENER/1521

    Goldengate User

    ogg

    ogg





    GGSCI (gc1) 12> info all
    Program     Status      Group       Lag           Time Since Chkpt
    MANAGER     RUNNING                                           
    EXTRACT     RUNNING     EORA_1      00:00:00      00:00:00    
    EXTRACT     RUNNING     PORA_1      00:00:00      00:00:02    
    REPLICAT    ABENDED     RORA_1      00:00:00      00:00:07  




    GGSCI (gc1) 13> info RORA_1      --gc1上查询RBA


    REPLICAT   RORA_1    Last Started 2014-06-23 15:01   Status RUNNING
    Checkpoint Lag       00:00:00 (updated 00:00:02 ago)
    Log Read Checkpoint  File ./dirdat/pa000007
                         2014-06-23 14:48:33.012010  RBA 1120


    GGSCI (gc2) 3> info RORA_1       --gc2上查询RBA


    REPLICAT   RORA_1    Last Started 2014-06-23 14:23   Status RUNNING
    Checkpoint Lag       00:00:00 (updated 00:00:05 ago)
    Log Read Checkpoint  File ./dirdat/pa000009
                         2014-06-23 15:01:15.988450  RBA 1268


    GGSCI (gc1) 15> ALTER replicat rora_1,extseqno 0,extrba 1268  
    --根据gc2的RBA对gc1进行设置


    GGSCI (gc2) 16> start RORA_1


    GGSCI (gc2) 17> info all
    Program     Status      Group       Lag           Time Since Chkpt
    MANAGER     RUNNING                                           
    EXTRACT     RUNNING     EORA_1      00:00:00      00:00:09    
    EXTRACT     RUNNING     PORA_1      00:00:00      00:00:01    
    REPLICAT    RUNNING     RORA_1      00:00:00      00:00:07    




    补充:关于RBA的组成:
     (1)the log file sequence number (4 bytes):日志文件序号
     (2)the log file block number (4 bytes):该日志文件序号内的块号
     (3)the byte offset into the block at which the redo record starts (2bytes):块内的位置偏移量















  • 相关阅读:
    bzoj 1208: [HNOI2004]宠物收养所 (Treap)
    Bzoj 2431: [HAOI2009]逆序对数列 (DP)
    Bzoj 1055: [HAOI2008]玩具取名 (区间DP)
    线段树入门详解
    Bzoj 1087: [SCOI2005]互不侵犯King
    Bzoj 2748: [HAOI2012]音量调节 (DP)
    Bzoj 2752 高速公路 (期望,线段树)
    惨淡的模拟赛
    GSS4
    Bzoj 近期题目一句话题解
  • 原文地址:https://www.cnblogs.com/hrhguanli/p/4505544.html
Copyright © 2011-2022 走看看