背景
最近在测试OGG复制的时候,发现replicat进程莫名其妙abended了。 查看日志发现如下信息:
Internal GG
error: missing key columns
for statement (table LILI.LOGMINER_TABLE, io_type=
15)
Aborting
transaction on /ogg4oracle/dirdat/rt
beginning at seqno
1 rba
56728
error at seqno
1 rba
56728
Problem replicating LILI.LOGMINER_TABLE
to LILI.LOGMINER_TABLE
Mapping problem
with compressed update
record (target format)...
查询资料得出以下结论: 需要复制的表没有开启附加日志(数据库级别最小附加日志已经开启)
在此对Oracle数据库附加日志进行一些简单的说明。