博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OGG-05673 CSN-based duplicate suppression is disabled because there is no checkpoint table for this
阅读量:2042 次
发布时间:2019-04-28

本文共 583 字,大约阅读时间需要 1 分钟。

Following error is reported in replicat report file:

2017-10-12 13:49:51 WARNING OGG-05673 CSN-based duplicate suppression is disabled because there is no checkpoint table for this Replicat.
 

CAUSE

There is no checkpoint table for the Replicat group. To store the CSN state, a checkpoint table is required.

SOLUTION

To resolve the issue, do the following:

Intergated Replicat:

You can ignore this warning since checkpoint table does not required for intergated replicat.

Nonintegrated Replicat:

To use duplicate suppression, add a checkpoint table for Replicat by using following doc:

 

转载地址:http://hzsof.baihongyu.com/

你可能感兴趣的文章
【Java】继承知识点总结
查看>>
【Linux】什么是链接文件及其分类
查看>>
【UML】《Theach yourself uml in 24hours》——hour2&hour3
查看>>
【linux】nohup和&的作用
查看>>
【UML】《Theach yourself uml in 24hours》——hour4
查看>>
Set、WeakSet、Map以及WeakMap结构基本知识点
查看>>
【NLP学习笔记】(一)Gensim基本使用方法
查看>>
【NLP学习笔记】(二)gensim使用之Topics and Transformations
查看>>
【深度学习】LSTM的架构及公式
查看>>
【深度学习】GRU的结构图及公式
查看>>
【python】re模块常用方法
查看>>
【JavaScript】call()和apply()方法
查看>>
【JavaScript】箭头函数与普通函数的区别
查看>>
前端面试题
查看>>
【JavaScript】常用方法记录
查看>>
C++ 数据存储类型
查看>>
39. Combination Sum
查看>>
剑指Offer 1.二维数组中的查找
查看>>
剑指offer 2.重建二叉树
查看>>
剑指offer 3.二叉树中和为某一值的路径
查看>>