Hitachi

Hitachi Advanced Database Command Reference


38.5.17 #SET TRAN_ISOLV (specifies the transaction isolation level)

Function

This subcommand specifies the transaction isolation level.

When #SET TRAN_ISOLV is executed, the initial value is the value of the adb_clt_trn_iso_lv operand in the client definition.

Format
#SET TRAN_ISOLV{READ_COMMITTED|REPEATABLE_READ};

READ_COMMITTED: Sets the transaction isolation level to READ COMMITTED.

REPEATABLE_READ: Sets the transaction isolation level to REPEATABLE READ.

For details about the transaction isolation levels, see Transaction isolation levels supported by HADB in the HADB Setup and Operation Guide.