The following errors are observed in declt log (compare log on source) when a compare errors out:
001: Status : Error
000: Exiting...(main,L1048)
000: shs_free_stat_with_pid:shs_NOOID: objectid has not allocated any stats (de_internal_free_shs,L2262)
The table specification in compare command lacks the owner name.
Correct the compare command by including the schema (owner) of the table being compared and re-run the compare. As an example, the following command gave the error shown above:
compare source_tablename to target_tablename target target_host@o.targetSID
Run the command as below to prevent the error from occurring:
compare owner.source_tablename to owner.target_tablename target target_host@o.targetSID