SetPartitionLabel

The SetPartitionLabel action changes the label of the specified partition. The value of the label attribute can be changed at any time and does not affect the external file name.

The syntax of the SetPartitionLabel action is as follows.

jdbadmin action=SetPartitionLabel
         [path=database-path]
         [ini=initialization-file-name]
         [server=multiUser|singleUser]
         file=file-name [part=partition-ID
         label=label-string

The path argument is optional in multiuser mode.

The required file and part arguments specify the target file partition.

The required label argument specifies the new value to be assigned to the label attribute of the specified partition. If the label-string contains embedded spaces, you must enclose it within single quotes ('') or double quotes ("").