重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛
标题: 11g逻辑备库升级19c后同步问题的处理;配置跳过审计表,SYS.JOB$表的同步 [打印本页]
作者: Inkcup 时间: 7 天前
标题: 11g逻辑备库升级19c后同步问题的处理;配置跳过审计表,SYS.JOB$表的同步
主库:11.2.0.4
逻辑备库:19.26
已知:主库和逻辑备库在升级前是正常同步的状态,但是在备库升级完成后,备库无法应用同步。
报错情况如下:
2026-06-09T22:55:32.528867-04:00
LOGSTDBY: SQL Apply about to stop with ORA-604
*****************************************************************
An internal routine has requested a dump of selected redo.
This usually happens following a specific internal error, when
analysis of the redo logs will help Oracle Support with the
diagnosis.
It is recommended that you retain all the redo logs generated (by
all the instances) during the past 12 hours, in case additional
redo dumps are required to help with the diagnosis.
*****************************************************************
LOGSTDBY: SQL Apply finished logging error information
LOGSTDBY: SQL Apply about to stop with ORA-23421
*****************************************************************
An internal routine has requested a dump of selected redo.
This usually happens following a specific internal error, when
analysis of the redo logs will help Oracle Support with the
diagnosis.
It is recommended that you retain all the redo logs generated (by
all the instances) during the past 12 hours, in case additional
redo dumps are required to help with the diagnosis.
*****************************************************************
LOGSTDBY: SQL Apply finished logging error information
2026-06-09T22:55:32.627624-04:00
LOGSTDBY Apply process AS02 server id=2 pid=65 OS id=7803 stopped
2026-06-09T22:55:32.627842-04:00
Errors in file /u01/app/oracle/diag/rdbms/orcl_dg/orcl/trace/orcl_as02_7803.trc:
ORA-23421: job number 4002 is not a job in the job queue
2026-06-09T22:55:34.705790-04:00
Errors in file /u01/app/oracle/diag/rdbms/orcl_dg/orcl/trace/orcl_lsp0_7767.trc:
ORA-26808: Apply process AS02 died unexpectedly.
ORA-23421: job number 4002 is not a job in the job queue
检查错误事件:
SELECT * FROM DBA_LOGSTDBY_EVENTS
ORDER BY EVENT_TIME DESC
FETCH FIRST 10 ROWS ONLY;