Universal Cache User Guide : IBM InfoSphere CDC for solidDB® reference : Managing tables for replication commands : dmflagforrefresh: Flag for refresh
  
dmflagforrefresh: Flag for refresh
Use this command to flag a source table for refresh. When you flag a table for refresh, you are selecting the tables that you want to refresh at a future point in time. Use this procedure when you have selected Refresh as your replication method on a subscription.
Syntax
dmflagforrefresh -I <instance_name> -s <subscription_names> <-A|-t <schema>.<table> ...> [-L <locale>]
Parameters
-I <instance_name>
Specifies the name of the IBM InfoSphere CDC instance. Alternatively, you can specify the TSINSTANCE environment variable in place of this value.
-s <subscription_names>
Specifies the name of the subscription. List the subscriptions if you specify more than one.
-A
Specifies that IBM InfoSphere CDC flags all source tables for refresh in the subscription.
-t <schema>.<table>
Specifies the name of a source table in the subscription that IBM InfoSphere CDC flags for refresh. You must specify the table name in the format schema.table. List the tables if you specify more than one.
-L <locale>
The name of the locale used for the IBM InfoSphere CDC instance. The default is your machine’s locale.
Result
This command returns a value of 0 if the command was successful and a non-zero value if the command fails.
Examples
dmflagforrefresh -I myinstance -s Finance -A
IBM InfoSphere CDC flags for refresh all source tables in the Finance subscription for the specified instance.
See also
Managing tables for replication commands