Re: DB Stored Procedure Performance Help

2018-04-13 Thread Anil Gaur
Any one have another approach for above scenario? Thanks Anil Gaur From: Yngvi ??r Sigurj?nsson <blitzk...@gmail.com> Sent: Thursday, April 12, 2018 1:48 PM To: JMeter Users List Subject: Re: DB Stored Procedure Performance Help Hi Few years back I had t

Re: DB Stored Procedure Performance Help

2018-04-12 Thread Yngvi Þór Sigurjónsson
Hi Few years back I had to test some Oracle stored procedures, What you need to consider is that databases are sometimes lazy and don't actually do anything until they need to. So if the procedures are returning cursors/ResultSets you will need to exhaust the ResultSet to get the real execution

DB Stored Procedure Performance Help

2018-04-12 Thread Anil Gaur
Hi All, I want to do performance testing for DB stored procedures using Jmeter. As per requirement I have multiple DB stored procedures and need to identify the performance of all these. Can someone help me that how can I achieve this . Also what different type of test I can do using Jmeter