I just restore a full backup from source database into target database, now I want to start Capture / Apply but I don;t want full refresh, because I have more than 400 tables (some with many millions of rows) and I tired couple times and my target log DB2 got full even I increasing to the maximun allowed.
I know how to disable a full resfresh, update the pruncntl with binary zeros etc and also know that if a full refresh is needed I will get a error message etc.
My question is ...for those tables that apply gives me that eeror (disable full refresh) they will have changes captured even with this message or is something that I I will never capture changes until I perform a full refresh?
Thanks