Call Oracle Stored Procedure

I’m calling an Oracle stored procedure from my Main workflow where I’m facing
this error Execute Non Query: ORA-02005: implicit (-1) length not valid for this bind or define datatype

this only comes with the “OUT” parameters that has the type string

Hi,

May I know how are you calling the stored procedure? I don’t get this to work even with a parameter-less one…

Thanks