
With this function you can manage the transaction isolation level for the connections created by a particular DataSource object. For more information about transaction isolation, see Locks in the Development Manual.
This function is available in the Additional tab of the JDBC Connector Service runtime control in the Visual Administrator.
To define the transaction isolation level, set the Default Connection Isolation property. You can choose one of the following options:
The default isolation level for an Open SQL data source is TRANSACTION_READ_UNCOMMITTED .
Running a transaction as a single serial operation is time-consuming. It is therefore recommended that you avoid using the TRANSACTION_SERIALIZABLE isolation level if speed is important for your system.
The Open SQL for Java framework supports only TRANSACTION_READ_COMMITTED and TRANSACTION_READ_UNCOMMITTED isolation levels for Open SQL data sources.
See also:
Transactions in Open SQL/JDBC (Development Manual)