Removing Table-level Supplemental Logging
If a table is no longer required to be captured by Oracle GoldenGate and the
TABLE
parameter for the table has been removed from the Extract
parameter file, or TABLEEXCLUDE
is used to exclude the table from a
wildcard statement, then supplemental logging can be removed from the table.
Note:
If the Extract resolves a table that does not have supplemental logging enabled, it will Abend depending on the type of DML operation.Using DELETE TRANDATA
to remove supplemental logging
sets the Replicat Identity level of the table to NOTHING
.
Supplemental logging can be disabled using the DELETE TRANDATA
command within GGSCI.
The following is the syntax for issuing
DELETE TRANDATA
from
GGSCI.GGSCI> DBLOGIN SOURCEDB dsn_name USERIDALIAS alias_name
GGSCI> DELETE TRANDATA schema.tablename
To check the level of supplemental
logging:
GGSCI> INFO TRANDATA schema.tablename