【翻譯自mos文章】在Oracle GoldenGate中迴圈使用ggserr.log的方法

來源:互聯網
上載者:User

標籤:goldengate   ggserr.log   

在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)


 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.