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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -