ogg長交易查詢及增加複製表

jelephant發表於2014-04-17

長交易查詢

 

GGSCI (IBM_P740-3) 6> send ext_cen,showtrans

 

Sending SHOWTRANS request to EXTRACT EXT_CEN ...

 

 

Oldest redo log file necessary to restart Extract is:

 

Redo Log Sequence Number 18276, RBA 5046800

 

------------------------------------------------------------

XID:                  11.1.4682698

Items:                0        

Extract:              EXT_CEN   

Redo Thread:          1      

Start Time:           2014-04-17:10:14:15  

SCN:                  3200.2636817977 (13746532165177)  

Redo Seq:             18276

Redo RBA:             5054992             

Status:               Running

 

GGSCI (IBM_P740-3) 9> send ext_cen,showtrans

 

Sending SHOWTRANS request to EXTRACT EXT_CEN ...

No transactions found

 

Oldest redo log file necessary to restart Extract is:

 

Redo Log Sequence Number 18276, RBA 6169616.

 

雖然ogg可以使用命令跳過長交易,但強烈建議使用資料庫中提交或回滾的辦法處理長交易。

 

 

源端和目標端增複製表

 

1、停止抽取程式,停止前需要驗證日誌是否完全應用

GGSCI (IBM_P740-3) 10> lag ext_cen

 

Sending GETLAG request to EXTRACT EXT_CEN ...

Last record lag: 2 seconds.

At EOF, no more records to process.

 

GGSCI (IBM_P740-3) 10>stop ext_cen

2、停止投遞程式

GGSCI (IBM_P740-3) 12> lag PUMP_ACT

 

Sending GETLAG request to EXTRACT PUMP_ACT ...

Last record lag: 3 seconds.

At EOF, no more records to process.

 

GGSCI (IBM_P740-3) 10>stop PUMP_ACT

 

3、停止複製程式

GGSCI (IBM_P740-3) 3> lag REP_ACT

 

Sending GETLAG request to REPLICAT REP_ACT ...

Last record lag: 5 seconds.

At EOF, no more records to process.

 

GGSCI (IBM_P740-3) 3>stop REP_ACT

 

4、分別在源庫及目標庫中新增新的複製表scott.test

5、分別在抽取、投遞、複製程式的引數檔案中新增複製表scott.test

6、在抽取程式端新增表的附加日誌

dblogin userid scott,password passwd

add trandata scott.test

(delete trandata scott.test)

 

7、啟動抽取程式

8、啟動投遞程式

9、啟動複製程式

 

 

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

相關文章