I was able to achieve loading only FULL using SLT by using table RS_ORDER.
Triggered below SQL every few minutes for my tables to do FULL loads.
insert into "SCHEMA"."RS_ORDER" values('SID','hostname','tablename',0,'L','','','')
I was able to achieve loading only FULL using SLT by using table RS_ORDER.
Triggered below SQL every few minutes for my tables to do FULL loads.
insert into "SCHEMA"."RS_ORDER" values('SID','hostname','tablename',0,'L','','','')