Setting this connector property to false prevents the connector from checking for the existence of the event and archive tables during connector initialization. It is recommended that you always set it to true unless the JDBC driver you are using does not support the JDBC class DatabaseMetaData.
When the property is set to false, although the connector does not check for the existence of EventTable and ArchiveTable, the event and archive tables should always exist because the connector uses them during the initialization process. To prevent the connector from using the event and archive tables during initialization, set the property EventTableName to null.
Default value:true
Possible values: true or false