Oracle goldengate参数:TRANLOGOPTIONS DBLOGREADER

DBLOGREADER

Valid for Extract in classic capture mode for Oracle.

Causes Extract to use a newer API that is available as of Oracle 11.2.0.2 and later 11g R2 versions. This API uses the database server to access the redo and archive logs. DBLOGREADER can be used to mine logs on regular disks and raw disks, and can be used instead of connecting directly to an Oracle ASM instance. The database system must contain the libraries that contain the API modules and must be running. To use this feature, the Extract database user must have SELECT ANY TRANSACTION privilege.

相关推荐
代码的余温15 分钟前
Linux内核调优实战指南
linux·服务器·数据库
almighty2718 分钟前
C# DataGridView表头自定义设置全攻略
数据库·c#·winform·datagridview·自定义表头
ljh5746491191 小时前
mysql 必须在逗号分隔字符串和JSON字段之间二选一,怎么选
数据库·mysql·json
论迹1 小时前
【Redis】-- 持久化
数据库·redis·缓存
getdu1 小时前
Redis面试相关
数据库·redis·面试
TDengine (老段)1 小时前
TDengine 选择函数 TOP() 用户手册
大数据·数据库·物联网·时序数据库·iot·tdengine·涛思数据
m0_694845571 小时前
教你使用服务器如何搭建数据库
linux·运维·服务器·数据库·云计算
okra-3 小时前
如何进行WEB安全性测试
数据库
island13144 小时前
【Redis#9】其他数据结构
数据结构·数据库·redis
言之。4 小时前
Django REST框架:ModelViewSet全面解析
数据库·python·django