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

【翻译自mos文章】对于oracle 数据库来说,OGG的抽取进程什么时候到database中获取数据?

2014-08-03 18:02 936 查看
对于oracle 数据库来说,OGG的抽取进程什么时候到database中获取数据?

参考原文:

When GoldenGate Fetches Data From The Database On Extraction For Oracle (Doc ID 1059583.1)

适用于:

Oracle GoldenGate - Version 4.0.0 and later

Information in this document applies to any platform.

解决方法:

问题:

什么触发了OGG的抽取进程到database中获取数据?

答案:

只有特定的数据类型才会导致从database中获取数据:

UDT 100% of the time GoldenGate fetches data from the database.

LONG,

LONG RAW,

CLOB,

BLOB Only if the row is chained. Otherwise, the data is captured from the redo log.

可以使用 STATOPTIONS REPORTFETCH 参数来跟踪抽取进程何时从database中获取数据

Key Words

Oracle , fetch , STATOPTIONS , REPORTFETCH , UDT , CLOB , BLOB , LOB , LONG
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐