Viewing DDL Reporting in Replicat

The Replicat report lists:

The following excerpt from a Replicat report illustrates a sequence of steps, including error handling:

2023-09-06 18:50:13 INFO OGG-01487 DDL found, operation [create table hr.employees(a int primary key, b int) (size 45)], start SCN [3344441], commit SCN [3344461] instance [ (1)], DDL seqno [0], marker seqno [0].
2023-09-06 18:50:13 INFO OGG-10451 DDL operation included [INCLUDE MAPPED], optype [CREATE], objtype [TABLE], catalog "CDBA_PDB01", objowner "HR", objname "EMPLOYEES".
2023-09-06 18:50:13 INFO OGG-01487 DDL found, operation [create table HR.EMPLOYEES_BAK (a int primary key, b int) (size 45)], start SCN [3344467], commit SCN [3344486] instance [ (1)], DDL seqno [0], marker seqno [0].
2023-09-06 18:50:13 INFO OGG-10452 DDL operation excluded [EXCLUDE OBJNAME HR.EMPLOYEES_BAK], optype [CREATE], objtype [EMPLOYEES_BAK], catalog "CDBA_PDB01", objowner "HR", objname "EMPLOYEES_BAK".