Hitachi

Hitachi Advanced Database Command Reference


1.6 When suspending (forcibly terminating) an executing command

Use the adbcancel command to suspend an executing command. Using the Ctrl+C keys to forcibly terminate the command process will not suspend the command because command processing is continued by server processes.

The adbcancel command is used only to suspend a command (the adbexport command, for example) that has established a connection with the HADB server.

Note

For details about the adbcancel command, see 4. adbcancel (Forcibly Terminate Transactions or Commands).

The following shows how to suspend the executing command (example of suspending the adbexport command).

To suspend the command:

  1. Execute the adbls -d cnct command to check the connection ID.

    Check the connection ID of the executing adbexport command.

    [Figure]

  2. Execute the adbcancel command to suspend the adbexport command.

    adbcancel -u 16

    For the -u option, specify the connection ID that you checked in step 1.

Note

For details about the adbls -d cnct command, see 23. adbls -d cnct (Display the Connection Status).