GoldenGate筆記
在複製資料表增加時間標籤時候,ogg函式精度到微秒,可以使用oracle查詢到微秒即可,如下
---@getenv("GGHEADER", "COMMITTIMESTAMP") 精度到YYYY-MM-DD HH:MI:SS.FFFFFF,kettle和oracle一般不支援
Map "dbo.cyzwxx", Target cyxt_dwbk_yh.g_cyzwxx, colmap (usedefaults,mtime=@getenv("GGHEADER", "COMMITTIMESTAMP"));
--yyyy/mm/dd hh24:mi:ss.ff3 這個精度正好適合kettle
start rep , skiptransaction
---@getenv("GGHEADER", "COMMITTIMESTAMP") 精度到YYYY-MM-DD HH:MI:SS.FFFFFF,kettle和oracle一般不支援
Map "dbo.cyzwxx", Target cyxt_dwbk_yh.g_cyzwxx, colmap (usedefaults,mtime=@getenv("GGHEADER", "COMMITTIMESTAMP"));
--yyyy/mm/dd hh24:mi:ss.ff3 這個精度正好適合kettle
Map "dbo.DTXT_BCGZ", Target xbcbxt_gxk.f_dtxt_bcgz,SQLEXEC (ID lookup, QUERY "Select to_char(systimestamp,'yyyy/mm/dd hh24:mi:ss.ff3') as mtime from dual", NOPARAMS), colmap (usedefaults,mtime=lookup.mtime);
add extract ext1, tranlog , begin now
add exttrail ./dirdat/e1, extract ext1
add extract pump1, exttrailsource ./dirdat/e1, begin now
add rmttrail ./dirdat/r1, extract pump1
add replicat rep1, exttrail ./dirdat/r1, checkpointtable oggadm.chpt_table --為單個程式指定檢查表
info all --看所有程式
info rep --看rep程式
info rep detail --看rep執行詳細情況
--檢視dat檔案的操作
logdump
open ./diedat/r1000000
ghdr on --顯示頭部
detail on
detail data
n --看下一條資料
position 8587 pos rba --跳到某個rba
--更改複製程式到某個rba點
alter replicat rep2,RBA 8587
--只能跳過一個事務 start rep , skiptransaction
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/196700/viewspace-1249217/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- STREAMS筆記(11) GoldenGate & Heterogeneous筆記Go
- 【goldengate】官方文件筆記三 Oracle GoldenGate 實時報表Go筆記Oracle
- 【goldengate】官方文件筆記二 Oracle GoldenGate 處理介面(GGSCI)Go筆記Oracle
- 【goldengate】官方文件筆記四 Oracle GoldenGate實時資料分佈Go筆記Oracle
- 【goldengate】官方文件筆記五 Oracle GoldenGate實時資料倉儲Go筆記Oracle
- GoldenGate學習筆記(10)_RAC環境Go筆記
- GoldenGate學習筆記(11)_常用引數Go筆記
- GoldenGate學習筆記(4)_程式配置與管理Go筆記
- GoldenGate學習筆記(9)_常見問題Go筆記
- GoldenGate 學習筆記(3)_安裝與御載Go筆記
- GoldenGate學習筆記(6)_配置例程之InitialLoadGo筆記
- 【goldengate】官方文件筆記一 配置Manager和網路連線Go筆記
- GoldenGate學習筆記(5)_配置例程之單向複製Go筆記
- GoldenGate安裝簡記Go
- GoldenGate通過CACHEMGR限制記憶體利用Go記憶體
- 印象筆記 --- 方法分享筆記筆記
- 【GoldenGate】Oracle GoldenGate(三) DDL同步配置GoOracle
- 筆記筆記
- CUUG筆記 ORACLE索引學習筆記筆記Oracle索引
- 主動筆記與被動筆記筆記
- 【GoldenGate】Oracle GoldenGate(二) 雙向同步配置GoOracle
- 淘寶記錄筆記筆記
- 利用Oracle GoldenGate記錄源系統所有表的操作OracleGo
- goldengate同步資料的同步速度測試記錄Go
- GoldenGate命令Go
- GoldenGate搭建Go
- 心情筆記筆記
- 命令筆記筆記
- 筆記:Docker筆記Docker
- Meteor筆記筆記
- ES筆記筆記
- AbstractQueuedSynchronizer筆記筆記
- new筆記筆記
- vio筆記筆記
- Liunx筆記筆記
- Nacos 筆記筆記
- oracle筆記Oracle筆記
- html 筆記HTML筆記