Bug 52223 - JDBC requests do not work for CURSORS
Summary: JDBC requests do not work for CURSORS
Status: RESOLVED INVALID
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.5.1
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-21 14:22 UTC by Nitin
Modified: 2011-11-21 14:29 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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