Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
How to find the number of rows that are out of sync in a table in SharePlex?
설명
How to find the number of rows that are out of sync in a table in SharePlex?
원인
The cause of Out Of Sync messages is outside the scope of this solution. The aim of this solution is to enable you to find out how badly a table is out of sync.
해결 방안
To find out how many rows are out of sync for a table in SharePlex replication, run following command in sp_ctrl after you have run a compare. This will generate a report showing the number of out of sync rows discovered by the compare process. The ID in the command is the ID given to the compare process when it starts :-
sp_ctrl (uksupu01:7000)> show compare id <PID> detail
Host: uksupu01
ID Tablename Since Repair -------- ------------------------------------------ ------------------ ------ 23595 "DAVE"."DEPARTMENTS" 08-Oct-06 21:10:55 Off
Source table : "DAVE"."DEPARTMENTS" Target table : "DAVE"."DEPARTMENTS" Target route : uksupu02@numbers Where clause : Select hint :