Hi
Source and Target : Oracle DB 11g , GG 11g
In source somehow from the application a wrong value for date field is being updated and when this record comes to target , the replicat is abending due to error ORA-01435 : not a valid month. What we have osbserved is , after a while the correct date is updated for sure .
So , on the target side i want replicat to continue processing without abending when this error is encountered but only when the SQL is an UPDATE statement and only for 1 specific table .
Any pointers is much appreciated .
Thanks