Jmeter Callable Statement INOUT BLOB

53 views Asked by At

I have a problem executing a JDBC request, connecting via jdbc:oracle:thin:

as part of the request, a Blob type field is sent that contains a JSON inside, the main problem is that the BLOB must be parsed before executing the procedure, it does not allow the return BLOB field to be captured, since the field BLOB is IN/OUT, the stored procedure changes JSON values ​​and returns it.

Data used

How can I capture the response blob? And validate changes in JSON

0

There are 0 answers