Default transaction isolation level in JDBC Adapter

Can any one please let me know what is the default transaction isolation level in JDBC adapter ? Where can we find it ?

Any help will be much appreciated.

Do you have any technical issues during your implementation and just note that this information will be provided in the SAG docs. If you have any technical issues or concerns then you may use this community site.

The type of isolation levels supported by the adapter depends on the database that you
are connecting to. The commonly used isolation levels are TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED, TRANSACTION_REPEATABLE_READ, and TRANSACTION_SERIALIZABLE. The JDBC Adapter supports all the isolation level settings supported by your database.

The isolation level settings can be specified in the Other Properties field of the Connection
Configuration screen.

For oracle, default isolation level settings is read_commited.