Unable to drop partition on target
Hi All
I have a partitioned table being replicated, since its a system generated partition both source and target have different partition names.
When my ODI application drops partition on the source the same script is extracted and GG is trying to apply the same script with the partition name as in source. Since the name is different on target its failing with below error.
2020-05-03 12:49:55 ERROR OGG-00519 Fatal error executing DDL replication: error [Error code [2149], ORA-02149: Specified partition does not exist
], no error handler present.
Any Help is appreciated.
on source
GG is 12.2 and DB is 12.1
target GG is 19C DB is 18C