How to specify JDBC request parameter values for OracleTypes.ARRAY in JMeter? -
i need use callable statement call oracle stored procedure. input oracletypes.array. question is, how specify parameter values array? i've tried these formats:
- {a, b}
- [a,b]
- (a,b)
none of them work. unfortunately, there no example in documentation http://jmeter.apache.org/usermanual/component_reference.html#jdbc_request
i have not found on internet discussing this.
Comments
Post a Comment