Hi Experts,
Is there any option to use REPERROR parameter only for DELETE operation on targets side.
We have scenario like, if delete comes from source that time we need to handle like ,,
if the particular record exist in target table then that should be deleted. if data dose not exist then that should be ignored, this must be only for DELETE operation and only for one table.
if we use REPERROR(1403, IGNORE) --- this parameter ignore the no data found error for UPDATE operation as well but that should not be ignored for UPDATE .
can you please suggest , this option required for only one table,?
Thanks,
Arun