0

开始复制时出现以下错误...

2019-02-01 12:46:28  INFO    OGG-03059  Oracle GoldenGate Delivery, rms01.prm:  Operating system character set identified as UTF-8.
2019-02-01 12:46:28  INFO    OGG-02695  Oracle GoldenGate Delivery, rms01.prm:  ANSI SQL parameter syntax is used for parameter parsing.
2019-02-01 12:46:28  INFO    OGG-03515  Oracle GoldenGate Delivery, rms01.prm:  Source character set us7ascii is specified with the SOURCECHARSET parameter.
2019-02-01 12:46:28  INFO    OGG-03528  Oracle GoldenGate Delivery, rms01.prm:  The source database character set, as determined from the table definition file, is us7ascii.
2019-02-01 12:46:28  INFO    OGG-15052  Oracle GoldenGate Delivery, rms01.prm:  Using Java class path: ggjava/ggjava.jar:ggjava/resources/lib/optional/log4j-1.2.17.jar:ggjava/resources/lib/optional/slf4j-log4j12-1.7.6.jar.
2019-02-01 12:46:29  INFO    OGG-01815  Oracle GoldenGate Delivery, rms01.prm:  Virtual Memory Facilities for: COM
    anon alloc: mmap(MAP_ANON)  anon free: munmap
    file alloc: mmap(MAP_SHARED)  file free: munmap
    target directories:
    /opt/c7/oracle/product/kogg/12.2.0.1/dirtmp.
2019-02-01 12:46:29  INFO    OGG-00996  Oracle GoldenGate Delivery, rms01.prm:  REPLICAT RMS01 started.
2019-02-01 12:46:29  INFO    OGG-02243  Oracle GoldenGate Delivery, rms01.prm:  Opened trail file /db/c7/ogg/trail/rp000000000 at 2019-02-01 12:46:29.939039.
2019-02-01 12:46:29  ERROR   OGG-02913  Oracle GoldenGate Delivery, rms01.prm:  Metadata format of the definitions file for table SCH_MCI.NDIRECT_COLOR does not match trail format.
2019-02-01 12:46:29  ERROR   OGG-01668  Oracle GoldenGate Delivery, rms01.prm:  PROCESS ABENDING.
2019-02-01 12:46:40  INFO    OGG-00987  Oracle GoldenGate Command Interpreter:  GGSCI command (oraclegg): info all.
2019-02-01 12:53:32  INFO    OGG-00987  Oracle GoldenGate Command Interpreter:  GGSCI command (oraclegg): info all.
4

1 回答 1

0

每个文档

原因:定义文件使用的元数据格式与跟踪格式不兼容。

行动:使用正确的元数据格式重新生成定义文件,然后重新启动应用程序。

于 2019-02-04T13:51:14.067 回答