Specifies that the Schedule extended option should be ignored.
isc={ ON | OFF }; ...
IgnoreScheduling={ ON | OFF }; ...
If set to ON, dbmlsync ignores the Schedule extended option and synchronizes immediately. The default is OFF.
This option is equivalent to the dbmlsync -is option.
The following dbmlsync command line illustrates how you can set this option when you start dbmlsync:
dbmlsync -e "isc=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 isc='off';