TABLEEXCLUDE in 11.2
Hi,
We are on OGG 11.2 release.Had a question on how tableexclude works.
Suppose that i am replicating entire schema SCOTT using wild card and i have requirement to put a filter on one table SCOTT.A.Can i do this..What are the implications?
TABLEXCLUDE SCOTT.A
tables SCOTT.*;
table SCOTT.A where (tim='Y');