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

來源:互聯網
上載者:User

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

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


 


oracle的GoldenGate,sequence的同步問題

可能是因為目標端與源端的sequence參數不一樣吧,源端是nocache ,目標端是cache的,或者cache_size設定的不一樣。
你的goldengate支援DDL嗎?建議留意一下DSG的Realsync ORACLE 資料同步軟體
 
Oracle GoldenGate 單向複製

切換角色即可。
原來的待命伺服器,現在作為主伺服器;
原來的主伺服器,現在作為待命伺服器;
 

相關文章

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.