Replicat few records from extract
With Oraacle Golde 11g I have configured extract and replicat for all tables schemma.
At source: create table t1 as select * from tab;
select count(*) from t1; 148 rows.
At target:
select count(*) from t1; 22 rows.
Why there are few records in target.
Thanks.
Regards
Ricardo