I want to do a stress testing of postgresql db. For this I am executing one stored procedure. I have added the JDBC sampler with the procedure call like below,
call appoagetincorrecthintitems (3236006,'refcur');
But when I execute, I am getting Response message:.postgresql.util.PSQLException: ERROR: cursor "refcur" does not exist error. What mistake I am doing here?