Questions:
- Does their is an ISOLATION level in DB2 at database level ?
- What is the default ISOLATION LEVEL in DB2 at database level Database ?
- How can we change the ISOLATION LEVEL in DB2 at database level ?
Questions:
There is not really a reliable way to guarantee the isolation level when an application connects to the database; the client application should set the desired isolation level. As an example when I first connect toa DB2 database on Linux or AIX the isolation is NULL.
db2 -x "values(current isolation)"