MARKERTABLE
Valid For
GLOBALS
Description
Use the MARKERTABLE
parameter to specify the name of the DDL marker table, if other than the default of GGS_MARKER
. The marker table stores information about DDL operations.
The name of the marker table must also be specified with the marker_table_name
parameter in the params.sql
script. This script resides in the root Oracle GoldenGate installation directory.
This parameter is only valid for an Oracle database in which the capture configuration uses the Oracle GoldenGate DDL trigger to support DDL replication. For more information about the Oracle GoldenGate DDL objects, see Installing Trigger-Based DDL Capture in Using Oracle GoldenGate for Oracle Database.
Default
GGS_MARKER
Syntax
MARKERTABLE [container
.]table_name
-
[
container
.]
table_name
-
The fully qualified three-part or two-part name of the marker table. To specify object names and wildcards correctly, see Administering Oracle GoldenGate.