Hi All,
Replicate abend with this error like OGG-00222 The column(s) used for the @RANGE filter for the table schama.table_name contain only null values:
There must be at least one non-NULL value present
My table has no primary key and no unique index ,and i have mapped like
Map scheaa.table_name, target schema.table_name, keycols(col1, col2), filter(@range(1,10, col1); .. like 10 replicates all are abend with same error
Please guide me how to resolve this error ?
My GG version :- 12.3 oracle(source/target)
Db version :- oracle 11.2(source/target)
Regards,
DR