Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Specifies that triggers should be fired on the remote database when the download is applied.
ft={ ON | OFF }; ...
FireTriggers={ ON | OFF }; ...
The default is ON.
The following dbmlsync command line illustrates how you can set this option when you start dbmlsync:
dbmlsync -e "ft=off"
The following SQL statement illustrates how you can store this option in the database:
CREATE SYNCHRONIZATION SUBSCRIPTION TO sales_publication FOR ml_user1 OPTION ft='off';