I have the next printed error:
OGG-01296 Error mapping from SCHEMA.TABLE to SCHEMA.TABLE.
It is the error of a pump. A Pump is getting a data from an extract with DDL.
What is the log I have to read? There is no errors in ggserr.log. The error is got from 'view report PUMP'.
The error OGG-01296
represents a mismatch between the structure of the tables in source and target, making the mapping fail.
You can check following to resolve the issue:
ADD TRANDATA SCHEMA.TABLE
Please correct all of the above issues if present and check if it works.
Hope, It will be helpful.
Cheers!!