GoldenGate投递进程OGG-01416+OGG-01061错误处理一例

2015.5.14 记录
最先发现的是投递进程abend,

2015-05-14 07:56:06  ERROR   OGG-01416  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  File ./dirdat/cj/ca073866, with format RELEASE 9.0/9.5, does not match current format
specification of RELEASE 11.2. Modify the parameter file to specify format RELEASE 9.0/9.5 or issue ETROLLOVER prior to restart.
2015-05-14 07:56:06  ERROR   OGG-01668  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  PROCESS ABENDING.


通过日志发现运维人员使用了etrollover命令,但随后启动时还报同样的错误。
2015-05-14 09:34:12  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): alter extract DPECJ01 etrollover.
2015-05-14 09:34:12  INFO    OGG-01520  Oracle GoldenGate Command Interpreter for Oracle:  Rollover performed.  For each affected output trail of Version 10 or higher format, af
ter starting the source extract, issue ALTER EXTSEQNO for that trail's reader (either pump EXTRACT or REPLICAT) to move the reader's scan to the new trail file;  it will not hap
pen automatically.

此时工程师登录远端主机,发现灾备端磁盘空间满了,清理完毕之后,启动投递进程,还是报同样的错误。

接下来运维工程师作出了一件非常可怕的事情,他修改了投递的起点(在修改之前投递进程的起点是seqno 72712 rba 0),不过问题似乎还没有解决,因为还是报相同的错误。
2015-05-14 09:35:57  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): alter extract DPECJ01 extseqno 72713 extrba 0.
2015-05-14 09:36:08  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start DPECJ01.
2015-05-14 09:36:14  INFO    OGG-01478  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  Output file ./dirdat/cj/ca is using format RELEASE 11.2.
2015-05-14 09:36:14  WARNING OGG-01438  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  Checkpoint marked as from graceful shutdown, but records found after checkpoint in tr
ail ./dirdat/cj/ca.  Expected EOF Seqno 73861, RBA 0.  Found Seqno 73865, RBA 196418620.
2015-05-14 09:36:14  INFO    OGG-01026  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  Rolling over remote file ./dirdat/cj/ca073866.
2015-05-14 09:36:14  ERROR   OGG-01416  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  File ./dirdat/cj/ca073866, with format RELEASE 9.0/9.5, does not match current format
specification of RELEASE 11.2. Modify the parameter file to specify format RELEASE 9.0/9.5 or issue ETROLLOVER prior to restart.
2015-05-14 09:36:14  ERROR   OGG-01668  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  PROCESS ABENDING.

不知道处于什么原因,工程师一直在尝试着修改
2015-05-14 09:38:06  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): alter replicat DPECJ01  extseqno 73866 extrba 0.
2015-05-14 09:38:29  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): alter extract DPECJ01 extseqno 72714 extrba 0.
2015-05-14 09:38:36  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): alter replicat DPECJ01  extseqno 73867 extrba 0.
2015-05-14 09:38:38  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start DPECJ01.
2015-05-14 09:38:38  INFO    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from GGSCI on host ecmlndb1:63798 (START EXTRACT DPECJ01 ).
2015-05-14 09:38:38  INFO    OGG-00975  Oracle GoldenGate Manager for Oracle, mgr.prm:  EXTRACT DPECJ01 starting.
2015-05-14 09:38:38  INFO    OGG-00992  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  EXTRACT DPECJ01 starting.


不好,本地的trail文件72712和72713被mgr删除了。
2015-05-14 09:43:03  INFO    OGG-00957  Oracle GoldenGate Manager for Oracle, mgr.prm:  Purged old extract file /oragolden/ogg/dirdat/cj072712, applying UseCheckPoints purge rul
e: Oldest Chkpt Seqno 72714 > 72712.
2015-05-14 09:43:03  INFO    OGG-00957  Oracle GoldenGate Manager for Oracle, mgr.prm:  Purged old extract file /oragolden/ogg/dirdat/cj072713, applying UseCheckPoints purge rul
e: Oldest Chkpt Seqno 72714 > 72713.



可能是运维工程师还没意示到问题的严重性,他还在继续接着改投递的起点
2015-05-14 09:44:37  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): alter extract DPECJ01 extseqno 72715 extrba 0.
2015-05-14 09:44:47  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start DPECJ01.


后来厂商请求我们技术支持,经过我的提醒,他将灾备端的./dirdat/cj/ca073866文件进行了备份,目的是让投递进程重新生成一个trail文件,结果发生了变化,这个OGG-01416错误消失了,但接下来又出现了新的错误OGG-01061。
2015-05-14 10:20:27  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start DPECJ01.
2015-05-14 10:20:27  INFO    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from GGSCI on host ecmlndb1:65244 (START EXTRACT DPECJ01 ).
2015-05-14 10:20:27  INFO    OGG-00975  Oracle GoldenGate Manager for Oracle, mgr.prm:  EXTRACT DPECJ01 starting.
2015-05-14 10:20:27  INFO    OGG-00992  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  EXTRACT DPECJ01 starting.
...
2015-05-14 10:20:28  INFO    OGG-00993  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  EXTRACT DPECJ01 started.
2015-05-14 10:20:33  INFO    OGG-01226  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  Socket buffer size set to 27985 (flush size 27985).
2015-05-14 10:20:35  INFO    OGG-01056  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  Recovery initialization completed for target file ./dirdat/cj/ca073865, at RBA 196418
620, CSN 13869616746495.
2015-05-14 10:20:35  INFO    OGG-01478  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  Output file ./dirdat/cj/ca is using format RELEASE 11.2.
2015-05-14 10:20:35  INFO    OGG-01026  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  Rolling over remote file ./dirdat/cj/ca073866.
2015-05-14 10:20:35  ERROR   OGG-01061  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  Invalid CSN value length(0) from data source during recovery.
2015-05-14 10:20:35  ERROR   OGG-01668  Oracle GoldenGate Capture for Oracle, dpecj01.prm:  PROCESS ABENDING.


出现这个错误的原因,我们暂时还不知道,但运维人员可能觉得需要把投递进程的起点改回原来的设置比较好一点,但他不知道其实72710和72712 72713这3个trail文件早已被删掉,改回来还有什么用?
2015-05-14 10:23:48  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): alter replicat DPECJ01  extseqno 72710 extrba 0.
2015-05-14 10:24:16  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start DPECJ01.



在没有弄清楚这个的错误ogg-01061产生的原因之前,运维人员还在调整着投递进程的起点,直到72717号trail文件,结果72711-72716号trail文件就这样被无情的删掉了。唉!

回过头再来分析01061产生的原因,上网查了一下,只发现一篇文件,metalink上啥也查不到,郁闷。首先还是看一下report报告,通过报告显示可以判断出如下内容:
1.投递进程是在投递cj072717号文件rba为1276时产生错误。
2.投递进程的rba为1276的事务是在处理 "EDAS"."E_MP_POWER_CURVE"表
知道了以上两点,那么是不是我把这张表排除了再启动投递进程就应该没问题了呢?或者我把当前的事务跳过去,让投递进程从下一个事务开始投。


EXTRACT dpecj01
RMTHOST 10.160.86.1, MGRPORT 8239, COMPRESS
PASSTHRU
numfiles 1000
RMTTRAIL ./dirdat/cj/ca
table EDAS.*;
table ECMS.*;
TABLE EDAST.*;

2015-05-14 15:33:12  INFO    OGG-01815  Virtual Memory Facilities for: COM
    anon alloc: mmap(MAP_ANON)  anon free: munmap
    file alloc: mmap(MAP_SHARED)  file free: munmap
    target directories:
    /oragolden/ogg/dirtmp.

CACHEMGR virtual memory values (may have been adjusted)
CACHESIZE:                               64G
CACHEPAGEOUTSIZE (normal):                8M
PROCESS VM AVAIL FROM OS (min):         128G
CACHESIZEMAX (strict force to disk):     96G

2015-05-14 15:33:17  INFO    OGG-01226  Socket buffer size set to 27985 (flush size 27985).

2015-05-14 15:33:17  INFO    OGG-01056  Recovery initialization completed for target file ./dirdat/cj/ca073910, at RBA 2863, CSN 13869616746495.

2015-05-14 15:33:17  INFO    OGG-01478  Output file ./dirdat/cj/ca is using format RELEASE 11.2.

2015-05-14 15:33:18  INFO    OGG-01026  Rolling over remote file ./dirdat/cj/ca073911.

***********************************************************************
**                     Run Time Messages                             **
***********************************************************************

Opened trail file ./dirdat/cj072717 at 2015-05-14 15:33:18
Wildcard TABLE resolved (entry EDAS.*):
  table "EDAS"."E_MP_POWER_CURVE";
PASSTHRU mapping resolved for source table EDAS.E_MP_POWER_CURVE

Source Context :
  SourceModule            : [er.recovery]
  SourceID                : [/scratch/aime1/adestore/views/aime1_staoi05/oggcore/OpenSys/src/app/er/recovery.c]
  SourceFunction          : [RECOVERY_shouldWriteTran]
  SourceLine              : [633]

2015-05-14 15:33:18  ERROR   OGG-01061  Invalid CSN value length(0) from data source during recovery.

***********************************************************************
*                   ** Run Time Statistics **                         *
***********************************************************************


Report at 2015-05-14 15:33:18 (activity since 2015-05-14 15:33:18)

Output to ./dirdat/cj/ca:

No records extracted.


Last log location read:
     FILE:      ./dirdat/cj072717
     SEQNO:     72717
     RBA:       1276                  
     TIMESTAMP: 2015-05-11 19:11:22.000000
     EOF:       NO
     READERR:   0


2015-05-14 15:33:18  ERROR   OGG-01668  PROCESS ABENDING.

CACHE OBJECT MANAGER statistics

CACHE MANAGER VM USAGE
vm current     =      0    vm anon queues =      0
vm anon in use =      0    vm file        =      0
vm used max    =      0    ==> CACHE BALANCED

CACHE CONFIGURATION
cache size       =  64G   cache force paging =  96G
buffer min       =  64K   buffer highwater   =   8M
pageout eligible size =   8M



通过logdump我终于有所发现.ogg-01061错误产生的原因很可能是由于当前的72717号文件中所有的记录都是处在一个事务的中间,而投递进程没办法找到事务的开头和结尾,当然也不可能从事务的中间 就开始投递啊()
logdump中的TransInd值定义了当前记录的事务的状态 (0x00代表是事务的开始,0x01代表是事务的中间,0x02代表是事务的结束,0x03代表单记录事务),
通过观察发现72717、72718、72719、72720号trail文件,结果发现这个trail文件中的记录都是一个事务,所有记录的TransInd值全为(0x01),
这就是投递进程启不来的真正原因,要想让投递进程能够正常运行,必须将其指定为72720号trail文件的一个新事务开始的位置才行,总结一下命令:
alter extract DPECJ01 extseqno 72720 extrba 0;
alter extract DPECJ01 extseqno 72720 extrba 3584332;


$ pwd
/oragolden/ogg
$ logdump

Oracle GoldenGate Log File Dump Utility for Oracle
Version 11.2.1.0.3 14400833 OGGCORE_11.2.1.0.3_PLATFORMS_120823.1258

Copyright (C) 1995, 2012, Oracle and/or its affiliates. All rights reserved.



Logdump 712 >open ./dirdat/cj072717
Current LogTrail is /oragolden/ogg/dirdat/cj072717
Logdump 713 >ghdr on
Logdump 714 >detail on
Logdump 715 >usertoken on
Logdump 716 >ggstoken detail
Logdump 717 >n

2015/05/11 19:19:42.261.998 FileHeader           Len  1268 RBA 0
Name: *FileHeader*
3000 0199 3000 0008 4747 0d0a 544c 0a0d 3100 0002 | 0...0...GG..TL..1... 
0003 3200 0004 2000 0000 3300 0008 02f2 3c00 02aa | ..2... ...3.....<...>
feee 3400 001d 001b 7572 693a 6563 6d6c 6e64 6231 | ..4.....uri:ecmlndb1 
3a3a 6f72 6167 6f6c 6465 6e3a 6f67 6736 0000 1300 | ::oragolden:ogg6.... 
112e 2f64 6972 6461 742f 636a 3037 3237 3137 3700 | ../dirdat/cj0727177. 
0001 0138 0000 0400 011c 0d39 0000 0800 0000 000b | ...8.......9........ 
ebbe 083a 0000 810e 3133 3836 3936 3137 3930 3332 | ...:....138696179032 

Logdump 718 >n
___________________________________________________________________
Hdr-Ind    :     E  (x45)     Partition  :     .  (x04) 
UndoFlag   :     .  (x00)     BeforeAfter:     A  (x41) 
RecLength  :  1530  (x05fa)   IO Time    : 2015/05/11 19:11:22.000.000  
IOType     :     5  (x05)     OrigNode   :   255  (xff)
TransInd   :     .  (x01)     FormatType :     R  (x52)               --=======>>>>>>>(x01代表事务的中间)
SyskeyLen  :     0  (x00)     Incomplete :     .  (x00)
AuditRBA   :      11903       AuditPos   : 1509012904
Continued  :     N  (x00)     RecCount   :     1  (x01)

2015/05/11 19:11:22.000.000 Insert               Len  1530 RBA 1276
Name: EDAS.E_MP_POWER_CURVE
After  Image:                                             Partition 4   G  m  
0000 000b 0000 0007 3231 3430 3830 3300 0100 0a00 | ........2140803..... 
0000 0000 0000 0198 9100 0200 1500 0032 3031 352d | ...............2015- 
3035 2d31 313a 3030 3a30 303a 3030 0003 000a 0000 | 05-11:00:00:00...... 
0000 0000 0000 0006 0004 0064 0000 0060 3030 3030 | ...........d...`0000 
3030 3030 3030 3030 3030 3030 3030 3030 3030 3030 | 00000000000000000000 
3030 3030 3030 3030 3030 3030 3030 3030 3030 3030 | 00000000000000000000 
3030 3030 3030 3030 3030 3030 3030 3030 3030 3030 | 00000000000000000000 
Column     0 (x0000), Len    11 (x000b) 
Column     1 (x0001), Len    10 (x000a) 
Column     2 (x0002), Len    21 (x0015) 
Column     3 (x0003), Len    10 (x000a) 
Column     4 (x0004), Len   100 (x0064) 
Column     5 (x0005), Len    10 (x000a) 
Column     6 (x0006), Len    10 (x000a) 
Column     7 (x0007), Len    10 (x000a) 
Column     8 (x0008), Len    10 (x000a) 
Column     9 (x0009), Len    10 (x000a) 
Column    10 (x000a), Len    10 (x000a) 
Column    11 (x000b), Len    10 (x000a) 
Column    12 (x000c), Len    10 (x000a) 
Column    13 (x000d), Len    10 (x000a) 
Column    14 (x000e), Len    10 (x000a) 
Column    15 (x000f), Len    10 (x000a) 
Column    16 (x0010), Len    10 (x000a) 
Column    17 (x0011), Len    10 (x000a) 
Column    18 (x0012), Len    10 (x000a) 
Column    19 (x0013), Len    10 (x000a) 
Column    20 (x0014), Len    10 (x000a) 
Column    21 (x0015), Len    10 (x000a) 
Column    22 (x0016), Len    10 (x000a) 
Column    23 (x0017), Len    10 (x000a) 
Column    24 (x0018), Len    10 (x000a) 
Column    25 (x0019), Len    10 (x000a) 
Column    26 (x001a), Len    10 (x000a) 
Column    27 (x001b), Len    10 (x000a) 
Column    28 (x001c), Len    10 (x000a) 
Column    29 (x001d), Len    10 (x000a) 
Column    30 (x001e), Len    10 (x000a) 
Column    31 (x001f), Len    10 (x000a) 
Column    32 (x0020), Len    10 (x000a) 
Column    33 (x0021), Len    10 (x000a) 
Column    34 (x0022), Len    10 (x000a) 
Column    35 (x0023), Len    10 (x000a) 
Column    36 (x0024), Len    10 (x000a) 
Column    37 (x0025), Len    10 (x000a) 
Column    38 (x0026), Len    10 (x000a) 
Column    39 (x0027), Len    10 (x000a) 
Column    40 (x0028), Len    10 (x000a) 
Column    41 (x0029), Len    10 (x000a) 
Column    42 (x002a), Len    10 (x000a) 
Column    43 (x002b), Len    10 (x000a) 
Column    44 (x002c), Len    10 (x000a) 
Column    45 (x002d), Len    10 (x000a) 
Column    46 (x002e), Len    10 (x000a) 
Column    47 (x002f), Len    10 (x000a) 
Column    48 (x0030), Len    10 (x000a) 
Column    49 (x0031), Len    10 (x000a) 
Column    50 (x0032), Len    10 (x000a) 
Column    51 (x0033), Len    10 (x000a) 
Column    52 (x0034), Len    10 (x000a) 
Column    53 (x0035), Len    10 (x000a) 
Column    54 (x0036), Len    10 (x000a) 
Column    55 (x0037), Len    10 (x000a) 
Column    56 (x0038), Len    10 (x000a) 
Column    57 (x0039), Len    10 (x000a) 
Column    58 (x003a), Len    10 (x000a) 
Column    59 (x003b), Len    10 (x000a) 
Column    60 (x003c), Len    10 (x000a) 
Column    61 (x003d), Len    10 (x000a) 
Column    62 (x003e), Len    10 (x000a) 
Column    63 (x003f), Len    10 (x000a) 
Column    64 (x0040), Len    10 (x000a) 
Column    65 (x0041), Len    10 (x000a) 
Column    66 (x0042), Len    10 (x000a) 
Column    67 (x0043), Len    10 (x000a) 
Column    68 (x0044), Len    10 (x000a) 
Column    69 (x0045), Len    10 (x000a) 
Column    70 (x0046), Len    10 (x000a) 
Column    71 (x0047), Len    10 (x000a) 
Column    72 (x0048), Len    10 (x000a) 
Column    73 (x0049), Len    10 (x000a) 
Column    74 (x004a), Len    10 (x000a) 
Column    75 (x004b), Len    10 (x000a) 
Column    76 (x004c), Len    10 (x000a) 
Column    77 (x004d), Len    10 (x000a) 
Column    78 (x004e), Len    10 (x000a) 
Column    79 (x004f), Len    10 (x000a) 
Column    80 (x0050), Len    10 (x000a) 
Column    81 (x0051), Len    10 (x000a) 
Column    82 (x0052), Len    10 (x000a) 
Column    83 (x0053), Len    10 (x000a) 
Column    84 (x0054), Len    10 (x000a) 
Column    85 (x0055), Len    10 (x000a) 
Column    86 (x0056), Len    10 (x000a) 
Column    87 (x0057), Len    10 (x000a) 
Column    88 (x0058), Len    10 (x000a) 
Column    89 (x0059), Len    10 (x000a) 
Column    90 (x005a), Len    10 (x000a) 
Column    91 (x005b), Len    10 (x000a) 
Column    92 (x005c), Len    10 (x000a) 
Column    93 (x005d), Len    10 (x000a) 
Column    94 (x005e), Len    10 (x000a) 
Column    95 (x005f), Len    10 (x000a) 
Column    96 (x0060), Len    10 (x000a) 
Column    97 (x0061), Len    10 (x000a) 
Column    98 (x0062), Len    10 (x000a) 
Column    99 (x0063), Len    10 (x000a) 
Column   100 (x0064), Len    10 (x000a) 
Column   101 (x0065), Len    10 (x000a) 
 
GGS tokens:
TokenID x52 'R' ORAROWID         Info x00  Length   20
4141 4464 4965 4146 4d41 4148 6936 6941 4150 0001 | AADdIeAFMAAHi6iAAP..     ---=====>>>>正因为是事务的中间,这部分才没有显示logcsn的信息

** Count begins at RBA 1276                                                   --====>>>>使用count命令进行统计
LogTrail /oragolden/ogg/dirdat/cj072717 has 122685 records
Total Data Bytes         187729208
  Avg Bytes/Record            1530
Insert                      122685
After Images                122685

Average of 1 Transactions                                                     --===>>>>发现整个trail文件上只有一个事务
    Bytes/Trans .....    5888880
    Records/Trans ...     122685
    Files/Trans .....          1


EDAS.E_MP_POWER_CURVE                              Partition 4                --====>>>>就是只对EDAS.E_MP_POWER_CURVE表进行了insert操作
Total Data Bytes         187729208
  Avg Bytes/Record            1530
Insert                      122685
After Images                122685                                            --====>>>>insert的记录数与count出来的记录数一致



Wildcard TABLE resolved (entry EDAS.*):
  table "EDAS"."E_MP_POWER_CURVE";
PASSTHRU mapping resolved for source table EDAS.E_MP_POWER_CURVE

Last log location read:
     FILE:      ./dirdat/cj072717
     SEQNO:     72717
     RBA:       1276
     TIMESTAMP: 2015-05-11 19:11:22.000000
     EOF:       NO
     READERR:   0                                                              --====>>>这种情况从72717号文件一致到72720号文件才有所改变



Logdump 666 >filter exclude filename EDAS.E_MP_POWER_CURVE
Logdump 667 >n
___________________________________________________________________
Hdr-Ind    :     E  (x45)     Partition  :     .  (x04) 
UndoFlag   :     .  (x00)     BeforeAfter:     A  (x41) 
RecLength  :    96  (x0060)   IO Time    : 2015/05/11 19:11:22.000.000  
IOType     :    15  (x0f)     OrigNode   :   255  (xff)
TransInd   :     .  (x03)     FormatType :     R  (x52)
SyskeyLen  :     0  (x00)     Incomplete :     .  (x00)
AuditRBA   :      11347       AuditPos   : 817410984
Continued  :     N  (x00)     RecCount   :     1  (x01)

2015/05/11 19:11:22.000.000 FieldComp            Len    96 RBA 3584332       --======>>>>>72720号文件的rba为3584332,这是一个新的事务,因为TransInd值为x03
Name: EDAS.E_MP_DAY_PFTIME
After  Image:                                             Partition 4   G  s  
0000 000b 0000 0007 3231 3430 3731 3100 0100 0a00 | ........2140711..... 
0000 0000 0000 03cf e700 0200 1500 0032 3031 352d | ...............2015- 
3035 2d31 303a 3030 3a30 303a 3030 0003 000a 0000 | 05-10:00:00:00...... 
0000 0000 0000 0000 0004 000a 0000 0000 0000 0000 | .................... 
0000 0005 000a 0000 0000 0000 0000 05a0           | ................ 
Column     0 (x0000), Len    11 (x000b) 
0000 0007 3231 3430 3731 31                       | ....2140711 
Column     1 (x0001), Len    10 (x000a) 
0000 0000 0000 0003 cfe7                          | .......... 
Column     2 (x0002), Len    21 (x0015) 
0000 3230 3135 2d30 352d 3130 3a30 303a 3030 3a30 | ..2015-05-10:00:00:0 
30                                                | 0 
Column     3 (x0003), Len    10 (x000a) 
0000 0000 0000 0000 0000                          | .......... 
Column     4 (x0004), Len    10 (x000a) 
0000 0000 0000 0000 0000                          | .......... 
Column     5 (x0005), Len    10 (x000a) 
0000 0000 0000 0000 05a0                          | .......... 
 
GGS tokens:
TokenID x52 'R' ORAROWID         Info x00  Length   20
4141 4374 7552 4144 5041 4148 7872 6141 4277 0001 | AACtuRADPAAHxraABw.. 
TokenID x4c 'L' LOGCSN           Info x00  Length   14
3133 3836 3936 3137 3930 3332 3039                | 13869617903209         --=======>>>>>>正因为是新事务,所以logcsn也正常显示了
TokenID x36 '6' TRANID           Info x00  Length   15
3135 322e 3338 2e31 3735 3437 3435 31             | 152.38.17547451 
  
  
  
Logdump 670 >nexttrail
LogTrail /oragolden/ogg/dirdat/cj072720 closed
Current LogTrail is /oragolden/ogg/dirdat/cj072721

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/26753337/viewspace-1677913/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/26753337/viewspace-1677913/

你可能感兴趣的:(GoldenGate投递进程OGG-01416+OGG-01061错误处理一例)