https://bz.apache.org/bugzilla/show_bug.cgi?id=64673
Bug ID: 64673
Summary: Complex database stored procedure/Functions
Product: JMeter
Version: 5.2.1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.3.1
My requirement is to test the below oracle function via JMeter. But I m not
able to send it to database.
P>S i am able to make successful connection with the DB and able to test simple
stored procs and select queries. But how to handle Oracle function is I am not
really sure.
--------------------
Oracle Function to test -
PACKAGE Pack40.CHECK_CELL_RAD
FUNCTION rfn_getSysRov(funk_gen_id IN NUMBER) RETURN SYS_REFCURSOR
we can pass any number from 1 to 10 for input function.
Return value is Ref cursor (Multiple Rows)
--------------------
--
You are receiving this mail because:
You are the assignee for the bug.