ORA-26820: string capture server for apply “string” and propagation “string” becomes active and needs join capture process “string”. ORACLE 报错 故障修复 远程处理
文档解释
ORA-26820: string capture server for apply “string” and propagation “string” becomes active and needs join capture process “string”.
Cause: Capture server was waiting for propagation or apply to start
Action: Capture process needs restart (done automatically).
ORA-26820: 字符串捕获服务器用于应用“字符串”并执行“字符串”传播,必须激活并加入捕获处理过程“字符串”。
官方解释
常见案例
一般处理方法及步骤
1.启动和配置 Oracle Capture Server。
2.进入 sqlplus 并使用与 capture server 一致定义的 SYS 密码登录。
3.输入以下 SQL 语句,登记各个实例即添加字符串到捕获处理程序中:
alt_capture_client.register_client(”,”,”,”,”,”);
4.断开 sqlplus 并连接 capture server。
5.执行以下 SQL 语句,确认各个实例是否已成功加入 capture server:
select * from alt_capture_client;