首页 > 数据库 > mysql教程 > 【翻译自mos文章】在Oracle GoldenGate中循环使用ggserr.log的方

【翻译自mos文章】在Oracle GoldenGate中循环使用ggserr.log的方

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
发布: 2016-06-07 15:33:04
原创
1303 人浏览过

在OGG中循环使用ggserr.log的方法: 参考原文: OGG How Do I Recycle The ggserr.log File? (Doc ID 967932.1) 适用于: Oracle GoldenGate - Version 4.0.0 and later Generic Linux 问题 GoldenGate的 ggserr.log 日志文件包括有关 GoldenGate 事件的信息

在OGG中循环使用ggserr.log的方法:

参考原文:
OGG How Do I Recycle The "ggserr.log" File? (Doc ID 967932.1)

适用于:
Oracle GoldenGate - Version 4.0.0 and later
Generic Linux

问题
GoldenGate的 ggserr.log 日志文件包括有关 GoldenGate 事件的信息,比如:进程启动,关闭,error ,warning。该文件可能会变的很大。为了循环使用该文件,你不得不停止所有的GoldenGate进程。

解决方案:
1.有一个需求是:在GoldenGate进程运行时,循环使用ggserr.log,在此种情况下,你可以用如下的方法:

          1).  Back up the "ggserr.log" file using the following command:
                   cp -p ggserr.log ggserr.log.bkup

          2).  Truncate the file using the following command:
                   cat /dev/null > ggserr.log
登录后复制


 

注意:
在windows环境中, 需要使用unix 模拟器(比如cygwin)来完成上述操作。


如果ggserr.log很大,上一步可能需要很长时间,在此时间之内,注意,这个时间是指在1)和2)之间存在时间差,在step1 和step2之间插入的条目会丢失。
如果要求不能丢失任何条目,那么在ggserr.log最末尾的行(指在step1和step2之间新插入的行)可以被再次备份。

例子:

tail -500 > ggserr.log.bkup_2
登录后复制


 

对于veridata:
Similar functionality is available for the Veridata veridata.log.
See note 1385983.1 for details.

2. 另外的一个解决方案是 use logrotate (note 1466849.1)

--->注意:note 1466849.1  是指:How to Rotate GoldenGate ggserr.log using logrotate utility for Unix/Linux? (Doc ID 1466849.1)


 

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
编译器需要自己下载吗?
来自于 1970-01-01 08:00:00
0
0
0
yum install nginx 时能否自定义编译参数?
来自于 1970-01-01 08:00:00
0
0
0
node.js - 请教electron如何自己编译源代码?
来自于 1970-01-01 08:00:00
0
0
0
vim 编译YCM编译出错?求解决办法?
来自于 1970-01-01 08:00:00
0
0
0
python - uwsgi 编译使用的问题
来自于 1970-01-01 08:00:00
0
0
0
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板