Hi everybody,
there are two ways to change the isolation level:
For instance i would like to change the isolation level to rs
1. "db2 change isolation to rs"
2. "db2 set current isolation rs"
When i use the first one and then "db2 values current isolation" to verify if the change was successful, i won't get anything. But when i use the second one and then invoke the command "db2 values current isolation", i will see that the isolation level is changed to rs.
Could anyone explain me please the difference between these two commands. Does it exist another way to verify the current isolation level?
Thanks in advance.
Best Regards,
Maryan
there are two ways to change the isolation level:
For instance i would like to change the isolation level to rs
1. "db2 change isolation to rs"
2. "db2 set current isolation rs"
When i use the first one and then "db2 values current isolation" to verify if the change was successful, i won't get anything. But when i use the second one and then invoke the command "db2 values current isolation", i will see that the isolation level is changed to rs.
Could anyone explain me please the difference between these two commands. Does it exist another way to verify the current isolation level?
Thanks in advance.
Best Regards,
Maryan
Comment