Hi,
We are execute the DB Queries from Webservice Protocol both on Oracle and DB2.
The transaction response time it shows is not accurate.
We did not place any other code between start and end transaction names except . lr_db_executeSQLStatement funtion.
The Query execution is taking more than 1 min. and after that it shows as below.
Transaction "XXX" ended with "Pass" status (Duration: 69.5560 Wasted Time: 69.5519). In Vugen.
when we run the same in Controller it says the transaction response time is (0.0041 sec.) Which is not correct.
Is there any way we canmeasure the Actual time spent ont he query execution.