https://issues.apache.org/bugzilla/show_bug.cgi?id=45657

           Summary: Callable Statement does not support Oracle Cursor
                    parameter type?
           Product: JMeter
           Version: 2.3.2
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


I was load testing on Oracle using the latest library/jar from their site
(ojdbc14.jar), with JDBC sampler's callable statements and ViewResultsTree
listener.

Every procedure worked fine, save for those that need the parameter type
OracleType.CURSOR. 
I tried OracleType.CURSOR (thinking that since I already provided the library,
it would work fine) but Jmeter threw an exception:  

java.sql.SQLException: Invalid data type: OracleType.CURSOR

So instead I used java.sql.Types.OTHER, as was advised by some colleague.
But it threw yet another exception: 

java.sql.SQLException: Invalid column type


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to