oracle goldengate日常管理命令

skuary發表於2012-03-23

Oracle GoldenGate的常用命令 (詳細的請見gg的官方文件)

1.skip


start ext1 SKIPTRANSACTION

2.檢視trail


info exttrail *

3.檢視oracle thread和gg thread的對應關係


select distinct(thread#) from V$log;
info extract ext1 ,showch

4.檢視extract的lag (info all 中lag一列是unknow時用)


send ext1 getlag

5.檢視幫助

 help, help add exttrail

6.顯示當前的GoldenGate環境資訊

 show

7.檢視執行狀態

  info all, info mgr, info extract ext1

8.啟動和停止服務

  start mgr,stop mgr

  start extract ext1,stop extract ext1

  start replicat rep1,stop replicat rep1

   如果不能停止的話,

   killi extract ext1

9.歷史命令

  history

10.檢視、修改引數檔案

  view params

  edit params

11.引數檔案存放的目錄

  Storing parameter files

12.引數的使用規則和註釋

   ---註釋

13.引數檔案內的語法

   [,

14.檢視報告

  view report ext1

15.檢視操作的統計資訊

  STATS {EXTRACT | REPLICAT}

  stats er*

16.info er*

17.檢視GoldenGate的錯誤日誌內容

  VIEW GGSEVT Contents

18. Deleting a process group

  delete ext1

19.清除extract內容

 stop EXT1

 CLEANUP EXTRACT EXT1

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25618347/viewspace-719399/,如需轉載,請註明出處,否則將追究法律責任。

相關文章