Remove 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 Microservices Architecture web interface from the
Administration Service, Configuration page, under the Credential created for a source
database, or can be issued with the DELETE TRANDATA
command.
The following is the syntax for issuing DELETE TRANDATA
.
DBLOGIN USERIDALIAS alias_name
DELETE TRANDATA schema.tablename
To check the level of supplemental logging:
INFO TRANDATA schema.tablename