Universal Cache User Guide : IBM InfoSphere CDC for solidDB® reference : Other commands : dmset: Set IBM InfoSphere CDC system parameter
  
dmset: Set IBM InfoSphere CDC system parameter
Use this command to view or change IBM InfoSphere CDC system parameters. You can also change system parameters in Management Console. For more information, see your Management Console documentation.
Note You can set any system parameter using this command. However, it will only display system parameters that are set to non-default values.
Syntax
dmset -I <instance_name> [<parameter_name>[=[<parameter_value>]]] [-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.
<parameter_name>
Specifies the name of the IBM InfoSphere CDC system parameter.
<parameter_value>
Specifies the value that you want to assign to the system parameter.
-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
dmset -I myinstance
Displays all of the system parameters that are set to non-default values.
dmset -I myinstance global_unicode_as_char=false
Sets the global_unicode_as_char system parameter to false.
dmset -I myinstance global_unicode_as_char
Displays the current value of the specified parameter.
dmset -I myinstance stop_replication=
Deletes the stop_replication system parameter.
See also
Other commands