Force termination of a transaction.
Overview
An administrator may use the kill command to force
termination of a server transaction. Use the
transaction
or locks command
to determine a transaction handle.
Syntax
Parameters
Example
|
|
| |
CodeMatrix>locks
Transaction: 000001E0 Started: 2003/02/28-12:18:32
Client - I/P: 192.168.0.38 name:
strontium.codematrix.local
Waiting on transaction: none
Locks:-
Transaction: 000001E1 Started: 2003/02/28-13:18:31
Client - I/P: 192.168.0.38 name:
strontium.codematrix.local
Waiting on transaction: none
Locks:-
W OBJ=000006CB
W OBJ=00000773
W OBJ=00000786
CodeMatrix>kill 1e1
|
|
|
In this example transaction 1e1 is shown to be
holding write locks and is terminated using the kill
command.
|