Hi,

I'm calling stored procedure (Oracle) using JDBC Request in Callable Statement 
mode and I need to access output parameter of this procedure which is of CLOB 
type. 

In simple Select statement I can define name of the special object ('Result 
variable name') which I can use to access the result set, including BLOB, CLOB, 
etc. But in case of Callable Statement mode JDBC Sampler does not define that 
object and does not put it into vars. At the same time I can't use OUT CLOB 
variable as it filled with something like 'java.sql.CLOB...' instead of real 
value.

How can I get value of the CLOB output parameter as String or Jmeter variable?

--
Vladimir Ryabtsev

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to