8点钟 手动stop了抽取进程,这是记录查看info 抽取进程,查看时间点,切换后抽取也应该是该时间点。
你上面的报错是缺少归档日志文件了?
请尝试做下日志切换,然后再抽取。
参考OGG-00685 Begin Time
It is bug (11839680).
2) There are THREADs begin added or deleted.
SOLUTION
It is resolved by performing a database log switch.
SELECT MIN(TO_CHAR (first_time, ‘YYYY-MON-DD HH24:MI:SS’)) FROM v$log_history WHERE thread# = <for each thread>; can be done to determinmg the minumum time.
Other causes and solutions:
If some of the nodes in RAC are not active, OGG will hit this error when trying to find the redo logs for those inactive nodes.
The solution in this case is to exclude those inactive nodes from GG, e.g. THREADOPTIONS PROCESSTHREADS SELECT 1
REFERENCES