"REPERROR (03060, ABEND)" doesnt work
Hi there,
We are replicating data from Oracle to Postgres with GoldenGate. Sometimes we get the following warnings:
WARNING OGG-03060 Oracle GoldenGate Delivery, loc.prm: Source column xxxx has more characters than target column xxxx can hold.
Some source characters will not be mapped during source column character validation of character set UTF-8
It happens to many tables and we dont want our REP processes simply to ignore and carry on, it leads to data inconsistency.
We need to break the process immediately, so we can adjust the column size accordingly. We used "REPERROR (03060, ABEND)" in paramfiles, but it doesnt react to the warning.