Universal Cache User Guide : IBM InfoSphere CDC for solidDB® reference : Managing tables for replication commands : dmpark - Park table
  
dmpark - Park table
Use this command to park a source table. By parking a source table, you tell IBM InfoSphere CDC that you do not want to capture changes for that particular table in a subscription. When you park a table, IBM InfoSphere CDC does not replicate any subsequent changes you make on the source table, which may result in inconsistent source and target tables.
Note Before you can park a source table, if you are mirroring the table to the target, then you need to end replication on the subscription.
Syntax
dmpark -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 subscription name. List the subscriptions if you specify more than one.
-A
Specifies that IBM InfoSphere CDC parks all source tables in the subscription.
-t <schema>.<table>
Specifies the name of a source table in the subscription that IBM InfoSphere CDC parks. 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
dmpark -I myinstance -s Finance -A
IBM InfoSphere CDC parks all source tables in the Finance subscription.
See also
Managing tables for replication commands