Configuring Integrated Extract For ADG Mode
(Doc ID 2643343.1)
Last updated on JULY 20, 2024
Applies to:
Oracle GoldenGate - Version 19.1.0.0.4 and laterInformation in this document applies to any platform.
Goal
GoldenGate version: 19.1
According to "I.6.3 Configuring Integrated Extract for ADG Mode" of 19.1 GoldenGate documentation:
https://docs.oracle.com/en/middleware/goldengate/core/19.1/oracle-db/configuring-integrated-extract-adg-mode.html
It would appear as if it is possible to use "TranlogOptions MINEFROMACTIVEDG" while configuring Integrated Extract for ADG.
However, when configuring a test Integrated Extract with this parameter, it throws an error:
"Parameter [MINEFROMACTIVEDG] is not valid for this configuration".
=======
Sample configuration:
EXTRACT<ext_name>
TRANLOGOPTIONS MINEFROMACTIVEDG
useridalias XXXXXX DOMAIN XXXXX
EXTTRAIL ./dirdat/st
REPORTCOUNT EVERY 10 SECONDS, RATE
TABLE TEST.*;
add extract<ext_name>, integrated tranlog, begin now
ADD EXTTRAIL ./dirdat/st, EXTRACT XXXXX, megabytes 100
start extract<ext_name>
=======
When using Classic Extract with the same parameter file (just without INTEGRATED keyword), it works perfectly. As per earlier ogg 12c GG Oracle Support articles, it is not possible to configure Integrated Capture with ADG.
QUESTION: Is it possible to configure Integrated Extract with ADG in 19.1 GoldenGate release?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |