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.

相关推荐
四四夕夕1 小时前
【保姆级图文】1panel 面板部署雷池社区版:从环境搭建到安全验证全流程实录
数据库·安全
仍然探索未知中2 小时前
MySQL数据库介绍以及安装(本地windows、Ubuntu 20.04)
数据库·mysql
m0_653031362 小时前
腾讯云TCCA认证考试报名 - TDSQL数据库交付运维工程师(PostgreSQL版)
运维·数据库·腾讯云
朱小勇本勇3 小时前
Clang Code Model: Error: The clangbackend executable “D:\Soft\Qt5.12.12\Tool
运维·服务器·数据库·qt·nginx
代码的余温3 小时前
B树与B+树:数据库索引背后的秘密
数据结构·数据库·b树
noravinsc3 小时前
django filter 筛选 取出全部用户id
数据库·mysql
不恋水的雨3 小时前
解决sql查询中in查询项过多时很慢的问题
数据库·sql·mysql
云心雨禅4 小时前
Spring Boot热更新技巧:节省90%重启时间
java·数据库·spring boot
码上库利南4 小时前
详细讲解Redis为什么被设计成单线程
数据库·redis·缓存