Oracle error in call to stored procedure with binary double
Posted: Mon 16 May 2016 13:58
Hello, I have the next declaration of stored procedure.
PROCEDURE PET_PRUEBA_RESULTADO(IDPETICIONPRUEBA in NUMBER, NACCION in NUMBER, IDPRUEBA in NUMBER, IDESTADORESULTADO in NUMBER, PREFIJO in varchar2, NRESULTADO in binary_double, RESULTADO in varchar2, TRESULTADO in CLOB, TRESULTADOE in CLOB, PATOLOGIA in NUMBER)
When prepare the execution of the procedure, I get the error Unsupported datatype [101]. The problem is with stored procedures and parameters of type binary_double.
I'm using direct mode connection.
Is this a bug?
PROCEDURE PET_PRUEBA_RESULTADO(IDPETICIONPRUEBA in NUMBER, NACCION in NUMBER, IDPRUEBA in NUMBER, IDESTADORESULTADO in NUMBER, PREFIJO in varchar2, NRESULTADO in binary_double, RESULTADO in varchar2, TRESULTADO in CLOB, TRESULTADOE in CLOB, PATOLOGIA in NUMBER)
When prepare the execution of the procedure, I get the error Unsupported datatype [101]. The problem is with stored procedures and parameters of type binary_double.
I'm using direct mode connection.
Is this a bug?