DDL Filtering for MySQL
The following options are supported for DDL filtering for MySQL DDL replication:
Option | Description |
---|---|
|
Include create table. |
|
Exclude all the tables under the
Note: TheEXCLUDE option needs to be added
together with the INCLUDE option in this
parameter.
|
|
Include DDL that contains the string
|
|
Excludes DDL that contains the string
|
|
MySQL DDL uses this option and should be used as the
default for Oracle GoldenGate MySQL DDL replication. |
|
Default option. |
Note:
EXCLUDE
must always have INCLUDE
statement except for EXCLUDE ALL
else Extract will
abend.