Each time compare, repair, copy, and append job is issued, it is assigned unique job ID. The job IDs reflected in the compare, repair, copy, or append status command output.
- To view compare/repair job, issue:
- sp_ctrl> compare status
- sp_ctrl> repair status
- To view copy/append job, issue:
- sp_ctrl> copy status
- sp_ctrl> append status
- To view detail status of jobs, issue:
- sp_ctrl> <compare | repair | copy | append> status detail
- To view specific job and its details, issue:
- sp_ctrl> <compare | repair | copy | append> status <job_id>
Example:
sp_ctrl (l14:8624)> repair status 6
Job ID : 6
PID : 18090
Host : 114
Started : 18-JAN-16 08:22:26
Job Type : Repair
Status : Done - 1 object completed
ID Tablename Status Time Total Rows %Comp Total Time
------ ------------------------------------ ---------- ---------- ---------- ----- ----------
1 "SP"."DEMO_SRC" Repaired N/A 0 100 0:15
- sp_ctrl> <compare | repair | copy | append> status detail <job_id>
Example:
sp_ctrl (l14:8624)> repair status detail 6
Job ID : 6
PID : 18090
Host : l14
Started : 18-JAN-16 08:22:26
Job Type : Repair
Status : Done - 1 object completed
Table ID : 6.1
Table : "SP"."DEMO_SRC"
From : l14@o.ORA11GR2
To : "SP"."DEMO_DEST862" l15@o.ORA11GR2
Started : 18-JAN-16 08:22:29
Percent complete : 100%
Total Rows : 0
Rows processed : 0
Rows out-of-sync : 0
Status : Repaired
Status Elapsed : N/A
Total Elapsed : 0:15