lr_send_trunc_partition_ddl

NoteThis parameter is available only for Oracle.

Determines whether truncate partition commands are sent as DDL or DML to the replicate database.

Default

true

Values

true – the truncate partition command is sent as a DDL command (alter table).

false – the truncate partition is sent as a DML operation.

Comments