您的位置:首页 > 数据库 > Oracle

Oracle GoldenGate源头使用集成捕捉时,捕捉的数据流向

2016-02-13 20:18 691 查看
Extract integrates with the database logmining server, which passes logical change records (LCR) directly to Extract.
Extract does not read the redo log. LCRs are stored in streams pool area.

如上摘自:GoldenGate Integrated Capture and Integrated Replicat Healthcheck Script (文档 ID 1448324.1)

由此可见:
ogg源头使用集成捕捉时,捕捉的数据流向为:redo log(或者 archived redo log)--->stream pool(LCR)--->OGG extract process (Integrated Capture)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: