An application accesses a mainframe DB2 via direct JDBC, using a DataSource provided by a Weblogic application server 10.0.
How do I configure the transaction isolation level in Weblogic for a DataSource, if that is even possible?
If the application does not set the transaction isolation level on the connection itself (which sets it to the default, which is "read committed", I think), but uses a SQL statement suffix "with UR", will the statements be executed with "uncommitted read"?
What is the easiest way to find out what locks an application aquires in the DB2? It is a mainframe DB2 instance that is used of a whole plethora of applications...