Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定应该忽略 Schedule 扩展选项。
isc={ ON | OFF }; ...
IgnoreScheduling={ ON | OFF }; ...
如果设置为 ON,则 dbmlsync 会忽略 Schedule 扩展选项并立即进行同步。缺省值为 OFF。
此选项等效于 dbmlsync -is 选项。
以下 dbmlsync 命令行说明在启动 dbmlsync 时如何设置此选项:
dbmlsync -e "isc=off"
以下 SQL 语句说明如何在数据库中存储此选项:
CREATE SYNCHRONIZATION SUBSCRIPTION TO sales_publication FOR ml_user1 OPTION isc='off';