On 22/09/2009, rpaliath <[email protected]> wrote: > > Hi, I am quite new to jmeter and have been working on executing some PLSQL > stored procedures using it. I had a question. After the stored procedure is > executed, all I see on the Response Data is the following message - "-1 > updates. Output variables by position:" > > How do I see the output from these stored procedures. I tried the following > commands but I still keep getting the same message. > DBMS_OUTPUT.ENABLE; > DBMS_OUTPUT.PUT_LINE(<out_variable>); > > I am using jmeter version 2.3.4 r785646 and I am connecting to Oracle 10g. > Please let me know what am I doing wrong here.
Did you specify which variables are output in the "Parameter Types" field? Have you added a Debug Sampler to show the variables? > Thanks. > Rajiv > > -- > View this message in context: > http://www.nabble.com/Output-from-a-stored-procedure-tp25530750p25530750.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

