Hello,
We are using db2 v8.1 FP17 on AIX 5.1.
We have db performance issue, so i set the event monitor for statements and tried executing a simple select count(*) query.
Even though the query was executed only once, but in log (o/p of db2evmon) it shows 4 entries for the same query!
The value for "Operation" feild in log is "Prepare", "Open", "Describe" snd "Close".
Is it a normal behaviour? or somthing is going wrong?
Also The "execution time" for last entry 18 sec, I think it is more.[note: The count of records in this table is 5336191]
Please help me if you have any information on this.
Thanks for your time