Login  Register

Re: REPERROR 1403

Posted by Roshan on Nov 21, 2019; 9:54am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/REPERROR-1403-tp7867p7874.html

1) No the record does not exist on target. Why is the rowcount same?
select * from CB_AUTO_DEBIT where ACCOUNT_LINK_CODE_N = 23247680 and CARD#ACCOUNT_NUMBER_V = 44631496706;

Why is the rowcount same for that table on both source and target?
select count(*) from cb_auto_debit;
68835
select count(*) from cb_auto_debit@coreprd;
68835

For
CARD#ACCOUNT_NUMBER_V =44631496704 record is missing on source.