lr_send_trunc_partition_ddl

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

Note: This parameter is available only for Oracle.

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

  • If set to true, the truncate partition command is sent as a DDL command. Normally, it is set to replicate to Oracle.

  • Set the value to false when replicating to databases that treat truncate partition commands as DML.