[FATAL] [INS-75012] OGG常见报错
报错信息1:
[FATAL] [INS-75012] Software Location specified is already an existing Oracle home and does not contain the selected Oracle GoldenGate install type.
原因: Software Location specified is found registered in the central inventory already and does not contain the selected Oracle GoldenGate install type.
操作: Specify an empty directory or an Oracle home containing the selected Oracle GoldenGate install type.
解决办法:
vim /opt/oracle/oraInventory/ContentsXML/inventory.xml
# 删除下面这一行
<HOME NAME="OraHome2" LOC="/oracle/ogg/source_endpoint" TYPE="O" IDX="2"/>
Classic Extract does not support multitenant container databases.
报错信息2:
2022-06-13T16:50:28.563+0800 ERROR OGG-06220 Oracle GoldenGate Capture for Oracle, extkafka.prm: Classic Extract does not support multitenant container databases.
2022-06-13T16:50:28.563+0800 ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, extkafka.prm: PROCESS ABENDING.
解决办法:
# 需要使用
register extract extkafka database container(ORCLPDB1);
# 注册extkafka到ORCLPDB1