Hitachi

Hitachi Advanced Database Command Reference


5.3.2 Deleting comments set for chunks

This example deletes a comment set for a chunk under the following conditions:

[Figure]

adbchgchunkcomment command that is executed

adbchgchunkcomment -u ADBUSER01        ...1
                   -p '#HelloHADB_01'  ...2
                   -d                  ...3
                   -c 10               ...4
                   TABLE01             ...5
Explanation:
  1. Specifies the authorization identifier of the HADB user who executes the adbchgchunkcomment command.

  2. Specifies the password for the authorization identifier that is specified in the -u option.

  3. Specifies that a comment is to be deleted.

  4. Specifies the chunk ID (10) of the chunk whose comment is to be deleted.

  5. Specifies the table to be processed (TABLE01).