Using explicit TABLE names and wildcards in a single Extract
(Doc ID 970419.1)
Last updated on JULY 18, 2023
Applies to:
Oracle GoldenGate - Version 4.0.0 to 11.2.0.0.0 [Release 4.0.0 to 11.2]Information in this document applies to any platform.
Goal
Using explicit TABLE names and wildcards in a single Extract of which the wildcarded TABLE parameters matches the explicit name, for example
TABLE SCHEMA.MYTABL, KEYCOLS(ID);
TABLE SCHEMA.MY*;
This will cause extract to capture the DML for MYTABL twice. The aim is to process the explicitly specified TABLE once.
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 |