![]() |
The content of this FAQ has been updated and migrated to the following topics in docs.itrsgroup.com. Refer to the following:
The isolation level of SQL toolkit is set to REPEATABLE_READ by default. |
![]() |
When a database connection is created by Geneos (whether through Database Logging or SQL-Toolkit), the initial isolation level is indeed set to REPEATABLE_READ - this is explicit and hard coded. You can, however, change the isolation level for a specific query. For Sybase, for example, you can change the isolation level in the query with at isolation clause. You can use the following two statements query the same table at isolation levels 0 and 3, respectively. (We have taken below example from this Sybase documentation) select * select * We recommend that you always use the latest document version in https://docs.itrsgroup.com/ to keep you up-to-date. |
Comments
0 comments
Please sign in to leave a comment.