Execution of DBMS_GOLDENGATE_ADM.REMOVE_AUTO_CDR Will Take A Long Time For Large Tables.
(Doc ID 2658151.1)
Last updated on MAY 04, 2020
Applies to:
Oracle GoldenGate - Version 19.1.0.0.2 and laterInformation in this document applies to any platform.
Symptoms
If you need to remove the GoldenGate CDR for a large table, this operation may take a very long time.
e.g.
BEGIN
DBMS_GOLDENGATE_ADM.REMOVE_AUTO_CDR(
schema_name=>'&TABLE_USER',
table_name=>'&TABLE_NAME' );
END;
/
DBMS_GOLDENGATE_ADM.REMOVE_AUTO_CDR(
schema_name=>'&TABLE_USER',
table_name=>'&TABLE_NAME' );
END;
/
Changes
Add/remove GoldenGate Auto CDR for large tables.
Cause
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
Symptoms |
Changes |
Cause |
Solution |
References |