OGG-02741
DDL is too large or partial causing this error. Details: {0} DDL statement with marker sequence [{1}], DDL sequence [{2}], redo sequence [{3}], rba [{4}], thread id [{5}], start SCN [{6}], commit SCN [{7}] length [{8}] for {9}.{10}/{11} will be ignored. Either the length of DDL exceeded the supported maximum size or a partial DDL is received due to insufficient BUFSIZE. The size can be adjusted using the BUFSIZE option in the TRANLOGOPTIONS parameter.
Cause
Extract is abended because a DDL statement had exceeded the default buffer size of 1MB. A new value in bytes can be specified using the BUFSIZE option of the TRANLOGOPTIONS parameter not exceeding 10MB.
Action
If using the pre 19.1 trail file format, use the 19.1 trail file format. When running an Extract, use the TRANLOGOPTIONS BUFSIZE option to specify a buffer size in bytes that is large enough to hold the entire DDL text. A future DML may cause an error if discarding the DDL causes metadata inconsistencies. You can apply the DDL on the target manually. Restart the processes if the condition caused an error.