DYNAMICRESOLUTION | NODYNAMICRESOLUTION
Valid For
Extract and Replicat. Deprecated in Oracle GoldenGate 21c (21.4) and higher.
Description
Use the DYNAMICRESOLUTION and
NODYNAMICRESOLUTION parameters to control how table names are
resolved.
DYNAMICRESOLUTION, the default, enables fast process
startup when there are numerous tables specified in TABLE or
MAP statements. To get metadata for transaction records that it
needs to process, Oracle GoldenGate queries the database and then builds a record of
the tables that are involved. DYNAMICRESOLUTION causes the record
to be built one table at a time, instead of all at once. The metadata of any given
table is added when Extract first encounters the object ID in the transaction log,
while record-building for other tables is deferred until their object IDs are
encountered. DYNAMICRESOLUTION is the same as
WILDCARDRESOLVE DYNAMIC.
NODYNAMICRESOLUTION causes the entire object record (for
all tables) to be built at startup, which can be time-consuming if the database is
large. This option is not supported for Teradata.
NODYNAMICRESOLUTION is the same as WILDCARDRESOLVE
IMMEDIATE.
See WILDCARDRESOLVE for more
information.
Default
DYNAMICRESOLUTION
Syntax
DYNAMICRESOLUTION | NODYNAMICRESOLUTION