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

          Priority: P2
            Bug ID: 53851
          Assignee: issues@jmeter.apache.org
           Summary: Oracle CURSOR still returns : ORA-06553: PLS-306:
                    wrong number or types of arguments in call to
                    'WTRK11GET_1'ORA-06553: PLS-306: wrong number or types
                    of arguments in call to 'WTRK11GET_1'
          Severity: blocker
    Classification: Unclassified
                OS: Windows XP
          Reporter: rudi.ch...@otda.ny.gov
          Hardware: PC
            Status: NEW
           Version: 2.7
         Component: Main
           Product: JMeter

ORA-06553: PLS-306: wrong number or types of arguments in call to 'WTRK11GET_1'

here is the request in the Tree Results screen

[Callable Statement] call WTRK_PACKAGE.WTRK11GET_1(?,?,?)

AX44189C,0,0
VARCHAR,INTEGER,INTEGER

(Note : I put INTEGER out opf the suggestion from the BUG that was declared
fixed in 2008 - 4657
I also tried other variations including OUT 1111, etc)

here is the procedure def in Oracle:

PROCEDURE WTRK11GET_1 (P_WTRK_CIN_IN_VCIN_ID IN VARCHAR2, P_STATUS_OUT OUT
NUMBER, p_recordset OUT refcursor);


The JDBC driver class used in the JDBC connection 
oracle.jdbc.driver.OracleDriver

See also attachments screenshots.

Any ides how I can solve this. I don't really need at this point the CURSOR
value, just need to be able to run this as performance test.

Thanks,
Rudi

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to