What does it take to get a procedure in Oracle to return a result set through the connection? I have a procedure that is successful in Oracle but fails through the connection with the error:
ERROR: Agent SQL error ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'FIND_EMPLOYEE_NONCASE'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
I get this error no matter what I have in the send parameters.
