You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by CABOU Carl <ca...@sfrcegetelsi.fr> on 2004/12/08 11:26:51 UTC

Display result from stored procedure

Hi all !!

I'm using Jmeter 2.0.2 to perform load tests on an Oracle database.

How can I get the result of a stored procedure ?

For example :
BEGIN
myStoredProc(input1,input2,output);
END;

How can I get the content of "output" in jmeter ?

Best regards.
Carl.