Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Compare both tables on source and target and verify that they are the same:

No Format
REPOE@ttorcl_src>REPOE@SOURCE> select product_id, product_name from repoe.product_information where product_id=100;
PRODUCT_ID PRODUCT_NAME
---------- --------------------------------------------------
       100 Dbvisit Replicate


REPOE@TTORCL_TRG>REPOE@TARGET> select product_id, product_name from repoe.product_information where product_id=100;
PRODUCT_ID PRODUCT_NAME
---------- --------------------------------------------------
       100 Dbvisit Replicate

...