Hi all, I'm setting up a script in JMeter, in which I connect to an Oracle 12c database via JDBC. I use the latest JDBC drivers provided by Oracle (ojdbc6.jar and ojdbc7.jar, tried them both separately). The goal of my script is to call stored procedures in the database.
An example of a callable statement that I call is: call office_hierarchy() When I perform this test, I get the following error message: ORA-20999: Oracle ERROR:: ORA-29478: Implicit result cannot be returned through this statement I have tried select statements before, so I'm pretty sure that the connection is ok. I think that perhaps implicit results (or implicit cursors), which is a feature that has been introduced recently in Oracle, is not yet supported by JMeter. Is this true? Or is there a different explanation? Thanks for your help all! Kind regards Johan Keijzers ----------------------------------------------------------------- ATTENTION: The information in this e-mail is confidential and only meant for the intended recipient. If you are not the intended recipient, don't use or disclose it in any way. Please let the sender know and delete the message immediately. ----------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
