ogg error message:
2021-08-24 18:10:49 ERROR OGG-01489 Oracle GoldenGate Capture for Oracle, yz01.prm: Could not add TRAN DATA for table, error [ORA-30567: name already used by an existing
log group SQL ALTER TABLE “YZ”.”LAAGENTB” ADD SUPPLEMENTAL LOG GROUP “GGS_75783” (“EDORNO”,”AGENTCODE”) ALWAYS /* GOLDENGATE_DDL_REPLICATION */], error code [30567], operation [ALTER TABLE “YZ”.”LAAGENTB” ADD SUPPLEMENTAL LOG GROUP “GGS_75783” (“EDORNO”,”AGENTCODE”) ALWAYS /* GOLDENGATE_DDL_REPLICATION */ (size 131)].2021-08-24 18:10:50 ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, yz01.prm: PROCESS ABENDING.
Query log group GGS_75783 on that table by querying dba_log_groups, dba_log_group_columns view
Delete the log group
alter table yz.TMPLJAPAYPERSON drop SUPPLEMENTAL LOG GROUP “GGS_75783”
In the startup process
LAAGENTB, TMPLJAPAYPERSON 2 tables will automatically add table-level attachment logs
Add additional logs
alter table test add supplemental log data(all,primary key,unique,foreign key) columns;
Delete the additional log
alter table test drop supplemental log data(all,primary key,unique,foreign key) columns;
Note: This kind of delete supplemental log may report an error
Suggest to delete the supplemental log group
alter table yz.TMPLJAPAYPERSON drop SUPPLEMENTAL LOG GROUP “GGS_75783”
Similar Posts:
- [Solved] MYSQL Error: Cannot delete or update a parent row: a foreign key constraint fails
- mysql: [Err] 1075 – Incorrect table definition; there can be only one auto column and it must be d…
- [Solved] MYSQL Error when deleting a table: Cannot delete or update a parent row: a foreign key constraint fails
- Simple Steps to use LogMiner for finding high redo log generation
- Kingbasees supports column encryption
- [Solved] MySQL ERROR 1062 (23000): Duplicate entry ‘0’ for key ‘PRIMARY’
- MySQL ERROR 1005: Can’t create table (errno: 150) [How to Solve]
- The Oracle File Attribute change causes the instance to fail to mount the Disk [How to Fix]
- [Solved] antD table Componet Error: warning.js?2149:7 Warning: [antdv: Each record in table should have a unique `key` prop,or set `rowKey` to an unique primary key.]
- Impdp Migration Error: ORA-01919: role ‘PLUSTRACE’ does not exist