473,382 Members | 1,357 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

How to determine the isolation level of incoming queries.


Is there any way of tracking the isolation level of incoming queries
from the server; not the client? The client app is a third party
black box application. Can't find anything in the snapshots or
activity monitor.
Oct 16 '08 #1
3 3300
On Oct 16, 5:40*am, Patrick Finnegan <finnegan.patr...@gmail.com>
wrote:
Is there any way of tracking the isolation level of incoming queries
from the server; *not the client? *The client app is a third party
black box application. *Can't find anything in the snapshots or
activity monitor.
Patrick:

Off-hand, one place I can think of the isolation-level being visible
is in the SQL explains generated by db2exfmt.

You'd likely have to execute db2set DB2_SQLROUTINE_PREPOPTS="EXPLAIN
ALL EXPLSNAP ALL" first.

HTH,

--Jeff
Oct 16 '08 #2
"Patrick Finnegan" <fi**************@gmail.comwrote in message
news:03**********************************@j22g2000 hsf.googlegroups.com...
>
Is there any way of tracking the isolation level of incoming queries
from the server; not the client? The client app is a third party
black box application. Can't find anything in the snapshots or
activity monitor.
You can see that using db2pd. I forgot which option it is, but it shows up
when looking at the packages. As I recall the are two sections in the report
and if you look close enough you can relate the part which shows the
isolation level back to the list of dynamic SQL statements.
Oct 16 '08 #3
On Oct 16, 10:17*pm, "Mark A" <some...@someone.comwrote:
"Patrick Finnegan" <finnegan.patr...@gmail.comwrote in message

news:03**********************************@j22g2000 hsf.googlegroups.com...
Is there any way of tracking the isolation level of incoming queries
from the server; *not the client? *The client app is a third party
black box application. *Can't find anything in the snapshots or
activity monitor.

You can see that using db2pd. I forgot which option it is, but it shows up
when looking at the packages. As I recall the are two sections in the report
and if you look close enough you can relate the part which shows the
isolation level back to the list of dynamic SQL statements.
Thanks. Will chase that up.
Oct 21 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Markus Breuer | last post by:
I have a question about oracle commit and transactions. Following scenario: Process A performs a single sql-INSERT into a table and commits the transaction. Then he informs process B (ipc) to...
4
by: Eddie | last post by:
I wondering which one of the following I should use to get the best performance. 1. "SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED" OR 2. "WITH (NOLOCK)" I notice that when I use the #1...
2
by: klh | last post by:
We use DB2 Connect v 7.2 FP7 in Windows NT hitting a OS/390 DB2 v7.1 database. We have a Websphere (java) application that issues dynamic SQL. Most of the time when we issue dynamic SQL SELECT...
3
by: Eric Porter | last post by:
Dear All, I have a VB6.COM program using a VB6.COM DLL, which in turn uses ADODB that performs various bits of SQL. I have re-written the VB6.COM DLL in C#.NET (with a VB6 shell), which uses...
3
by: Florian G. Pflug | last post by:
Hi I'd like to know if there is a way to specify different transaction isolation levels for different tables in the db. The reason i'm asking this (rather bizarre sounding, i know ;-) ) question...
2
by: kanda | last post by:
Hello. I am developing the application (VBA&ODBC, to be exact) which periodically calls the stored procedures in the IBM DB2. A few of the procedures require executing with isolation level RR (...
5
by: m0002a | last post by:
Is there some way to track the isolation level of an indivual SQL statement submitted via JDBC in a snaphot or some other similar means? I have JDBC programs that are changing the isolation level...
3
by: RG | last post by:
How can I lookup the current isolation level? Thanks in advance
0
by: Rahul Babbar | last post by:
Hi, We have a situation in which we want to specify the isolation level ='UR' for all the select queries if no other isolation level is explicitly specified in the query. Is there some...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.