Bug 52223

Summary: JDBC requests do not work for CURSORS
Product: JMeter - Now in Github Reporter: Nitin <nitin.chawke>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P2    
Version: 2.5.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Nitin 2011-11-21 14:22:08 UTC
The JDBC Sampler requests do work beautifully for testing the simple stored procedures. But it doesn't work when testing for a procedure that has CURSOR as one of its argument types.
While running the test, it gives error 

Response message: java.sql.SQLException: Invalid column type -- when type specified as number (-10) as recommended in one of your knowledge base

Response message: java.sql.SQLException: Invalid data type: ORACLETYPES.CURSOR -- when tried with ORACLETYPES.CURSOR

esponse message: java.sql.SQLException: Invalid data type: RESULTSET -- When tried with RESULTSET

Response message: java.sql.SQLException: Invalid column type -- When tried with OTHER
Comment 1 Sebb 2011-11-21 14:29:30 UTC
Bugzilla is not a support forum.
Comment 2 The ASF infrastructure team 2022-09-24 20:37:48 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2657